Home
last modified time | relevance | path

Searched defs:Seg (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.cpp28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate()
33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate()
88 const auto &Seg = KV.second; in allocate() local
111 const auto &Seg = KV.second; in allocate() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
HDllvm-size.cpp224 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local
250 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local
293 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local
319 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
HDObject.cpp37 static void constructSegment(SegmentType &Seg, in constructSegment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDLiveRegMatrix.cpp213 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
HDVirtRegMap.cpp332 for (const auto &Seg : LI) { in addMBBLiveIns() local
HDLiveRangeCalc.cpp316 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
HDLiveInterval.cpp1179 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
HDSplitKit.cpp1231 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
HDRegisterCoalescer.cpp1577 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDWasmDumper.cpp188 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
HDObject.cpp39 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr()
301 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local
1061 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment()
1281 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local
1756 for (auto &Seg : Obj.segments()) in writePhdrs() local
2243 [](const Segment *Seg) { return Seg->PAddr == 0; })) in finalize()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonExpandCondsets.cpp416 for (auto &Seg : Range) { in updateDeadsInRange() local
470 for (auto &Seg : Range) { in updateDeadsInRange() local
487 for (auto &Seg : Range) { in updateDeadsInRange() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp737 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local
765 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
1073 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
1093 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
3018 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
3039 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3074 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3105 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
10236 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveInterval.h622 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp1291 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); in dumpSymbolNamesFromObject() local
1297 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); in dumpSymbolNamesFromObject() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp386 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); in SimplifyShortMoveForm() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp1747 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()