Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp32 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 DEPCGenericRTDyldMemoryManager.cpp71 Seg.emplace_back(Size, Alignment); in allocateCodeSection() local
237 Seg.RAG = SegMemProts[I]; in finalizeMemory() local
88 auto &Seg = allocateDataSection() local
[all...]
H A DMapperJITLinkMemoryManager.cpp89 auto &Seg = KV.second; allocate() local
H A DEPCGenericJITLinkMemoryManager.cpp151 auto &Seg = KV.second; completeAllocation() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp51 for (auto &Seg : FR.Segments) in finalize() local
110 for (auto &Seg : FR.Segments) { in finalize() local
/llvm-project/llvm/tools/dsymutil/
H A DMachOUtils.cpp141 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 Dwasm2yaml.cpp335 WasmYAML::ElemSegment Seg; in dump() local
371 WasmYAML::DataSegment Seg; in dump() local
/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp215 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 DEPCGenericJITLinkMemoryManagerTest.cpp42 for (auto &Seg : FR.Segments) { in finalize() local
[all...]
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp171 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 DWasmDumper.cpp177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp214 LiveRange::Segment Seg(Start, End, &valno); checkInterference() local
H A DLiveRangeCalc.cpp161 if (Seg.end > Begin) { in isDefOnEntry() local
H A DVirtRegMap.cpp365 for (const auto &Seg : LI) { addMBBLiveIns() local
H A DLiveInterval.cpp1168 add(LiveRange::Segment Seg) add() argument
[all...]
/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp762 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 DX86EncodingOptimization.cpp386 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp419 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 DMemProfTest.cpp166 auto Seg = makeSegments(); TEST() local
447 auto Seg = makeSegments(); TEST() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp312 typename MachOBuilder<MachOTraits>::Segment *Seg = nullptr; global() member in __anon5f69fc7b0111::MachODebugObjectSynthesizer
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp39 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 DMachODump.cpp659 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 DLiveInterval.h631 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
[all...]
/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1246 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 DJSON.h695 Segment Seg; variable

12