/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 32 auto &Seg = Segments[{Sec.getMemProt(), Sec.getMemLifetime()}]; in BasicLayout() local 52 auto &Seg = KV.second; in BasicLayout() local 86 auto &Seg = KV.second; getContiguousPageBasedLayoutSizes() local 104 auto &Seg = KV.second; apply() local 165 auto &Seg = KV.second; Create() local 305 auto &Seg = KV.second; applyProtections() local 420 auto &Seg = KV.second; allocate() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 71 auto &Seg = Unmapped.back().CodeAllocs; in allocateCodeSection() local 88 auto &Seg = in allocateDataSection() local 237 auto &Seg = FR.Segments.back(); in finalizeMemory() local
|
H A D | MapperJITLinkMemoryManager.cpp | 89 auto &Seg = KV.second; in allocate() local
|
H A D | EPCGenericJITLinkMemoryManager.cpp | 151 auto &Seg = KV.second; in completeAllocation() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleExecutorMemoryManager.cpp | 51 for (auto &Seg : FR.Segments) in finalize() local 110 for (auto &Seg : FR.Segments) { in finalize() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 215 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local 241 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local 284 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local 310 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 171 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 214 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
|
H A D | LiveRangeCalc.cpp | 161 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
|
H A D | VirtRegMap.cpp | 365 for (const auto &Seg : LI) { in addMBBLiveIns() local
|
H A D | LiveInterval.cpp | 1168 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
|
H A D | SplitKit.cpp | 1246 if (Seg == nullptr) in removeDeadSegment() local
|
H A D | RegisterCoalescer.cpp | 1704 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 762 WinEH::FrameInfo::Segment *Seg, in checkARM64PackedEpilog() 1082 WinEH::FrameInfo::Segment *Seg, in ARM64ProcessEpilogs() 1186 auto Seg = WinEH::FrameInfo::Segment( in ARM64FindSegmentsInFunction() local 1208 WinEH::FrameInfo::Segment &Seg, in ARM64EmitUnwindInfoForSegment()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 419 for (auto &Seg : Range) { in updateDeadsInRange() local 473 for (auto &Seg : Range) { in updateDeadsInRange() local 490 for (auto &Seg : Range) { in updateDeadsInRange() local [all...] |
H A D | HexagonVectorCombine.cpp | 279 Segment Seg; // Value segment. member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimization.cpp | 363 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); optimizeMOV() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 312 typename MachOBuilder<MachOTraits>::Segment *Seg = nullptr; member in __anon7dd80bba0111::MachODebugObjectSynthesizer
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 37 writePhdr(const Segment & Seg) writePhdr() argument 328 Segment *Seg = Sec->ParentSegment; sectionPhysicalAddr() local 1193 sectionWithinSegment(const SectionBase & Sec,const Segment & Seg) sectionWithinSegment() argument 1436 Segment &Seg = Obj.addSegment(Data); readProgramHeaders() local 2041 for (auto &Seg : Obj.segments()) writePhdrs() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 659 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local 687 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local 995 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local 1015 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local 3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local 3246 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); GuessCstringPointer() local 3281 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); GuessIndirectSymbol() local 3312 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); GuessIndirectSymbol() local 3432 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); GuessPointerPointer() local 10168 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); printMachOExportsTrie() local 10174 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); printMachOExportsTrie() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 631 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1246 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local 1252 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 693 Segment Seg; global() variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1841 AddSegment(const VMRange & Range,SectionSP Seg) AddSegment() argument
|