Searched defs:Seg (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp88 const auto &Seg = KV.second; local
111 const auto &Seg = KV.second; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.cpp37 static void constructSegment(SegmentType &Seg, argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp188 const wasm::WasmDataSegment &Seg = Segment.Data; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp316 LiveRange::Segment &Seg = *std::prev(UB); local
H A DSplitKit.cpp1231 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); local
H A DRegisterCoalescer.cpp1577 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp224 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); local
250 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); local
293 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); local
319 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1291 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); local
1297 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp39 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { argument
301 Segment *Seg = Sec->ParentSegment; local
1061 sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) argument
1281 Segment &Seg = Obj.addSegment(Data); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp386 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1747 void AddSegment(const VMRange &Range, SectionSP Seg) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp737 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); local
765 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); local
1073 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); local
1093 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); local
3018 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); local
3039 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); local
3074 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); local
3105 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); local
3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); local
10236 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); local
10242 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); local
[all...]

Completed in 170 milliseconds