/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...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 71 Seg.emplace_back(Size, Alignment); in allocateCodeSection() local 237 Seg.RAG = SegMemProts[I]; in finalizeMemory() local 88 auto &Seg = allocateDataSection() local [all...] |
H A D | MapperJITLinkMemoryManager.cpp | 89 auto &Seg = KV.second; allocate() local
|
H A D | EPCGenericJITLinkMemoryManager.cpp | 151 auto &Seg = KV.second; completeAllocation() local
|
/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
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 141 struct MachO::segment_command_64 adaptFrom32bits(MachO::segment_command Seg) { in adaptFrom32bits() argument 247 getSection(const object::MachOObjectFile & Obj,const MachO::segment_command & Seg,const object::MachOObjectFile::LoadCommandInfo & LCI,unsigned Idx) getSection() argument 254 getSection(const object::MachOObjectFile & Obj,const MachO::segment_command_64 & Seg,const object::MachOObjectFile::LoadCommandInfo & LCI,unsigned Idx) getSection() argument [all...] |
/llvm-project/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 335 WasmYAML::ElemSegment Seg; in dump() local 371 WasmYAML::DataSegment Seg; in dump() local
|
/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 215 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); printDarwinSectionSizes() local 241 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); printDarwinSectionSizes() local 284 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); printDarwinSegmentSizes() local 310 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); printDarwinSegmentSizes() local [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 42 for (auto &Seg : FR.Segments) { in finalize() local [all...] |
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.cpp | 171 constructSegment(SegmentType & Seg,llvm::MachO::LoadCommandType CmdType,StringRef SegName,uint64_t SegVMAddr,uint64_t SegVMSize) constructSegment() argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 214 LiveRange::Segment Seg(Start, End, &valno); checkInterference() local
|
H A D | LiveRangeCalc.cpp | 161 if (Seg.end > Begin) { in isDefOnEntry() local
|
H A D | VirtRegMap.cpp | 365 for (const auto &Seg : LI) { addMBBLiveIns() local
|
H A D | LiveInterval.cpp | 1168 add(LiveRange::Segment Seg) add() argument [all...] |
/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()
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimization.cpp | 386 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 419 for (auto &Seg : Range) { updateDeadsInRange() local 473 for (auto &Seg : Range) { updateDeadsInRange() local 490 for (auto &Seg : Range) { updateDeadsInRange() local [all...] |
/llvm-project/llvm/unittests/ProfileData/ |
H A D | MemProfTest.cpp | 166 auto Seg = makeSegments(); TEST() local 447 auto Seg = makeSegments(); TEST() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
H A D | DebuggerSupportPlugin.cpp | 312 typename MachOBuilder<MachOTraits>::Segment *Seg = nullptr; global() member in __anon5f69fc7b0111::MachODebugObjectSynthesizer
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 39 writePhdr(const Segment & Seg) writePhdr() argument 347 Segment *Seg = Sec->ParentSegment; sectionPhysicalAddr() local 1219 sectionWithinSegment(const SectionBase & Sec,const Segment & Seg) sectionWithinSegment() argument 1468 Segment &Seg = Obj.addSegment(Data); readProgramHeaders() local 2080 for (auto &Seg : Obj.segments()) writePhdrs() local [all...] |
/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); 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 10280 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); printMachOExportsTrie() local 10286 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); printMachOExportsTrie() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 631 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local [all...] |
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1246 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); dumpSymbolsFromDLInfoMachO() local 1252 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); dumpSymbolsFromDLInfoMachO() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 695 Segment Seg; variable
|