Home
last modified time | relevance | path

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

12

/freebsd/contrib/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; in getContiguousPageBasedLayoutSizes() local
104 auto &Seg = KV.second; in apply() local
165 auto &Seg = KV.second; in Create() local
305 auto &Seg = KV.second; in applyProtections() local
420 auto &Seg = KV.second; in allocate() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp71 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 DMapperJITLinkMemoryManager.cpp89 auto &Seg = KV.second; in allocate() local
H A DEPCGenericJITLinkMemoryManager.cpp151 auto &Seg = KV.second; in completeAllocation() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp224 for (unsigned J = 0; J < Seg.nsects; ++J) { in printDarwinSectionSizes() local
250 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); printDarwinSectionSizes() local
293 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); printDarwinSegmentSizes() local
319 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); printDarwinSegmentSizes() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp170 constructSegment(SegmentType & Seg,llvm::MachO::LoadCommandType CmdType,StringRef SegName,uint64_t SegVMAddr,uint64_t SegVMSize) constructSegment() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp214 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
H A DLiveRangeCalc.cpp161 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
H A DVirtRegMap.cpp365 for (const auto &Seg : LI) { in addMBBLiveIns() local
H A DLiveInterval.cpp1165 add(LiveRange::Segment Seg) add() argument
[all...]
H A DSplitKit.cpp1245 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
H A DRegisterCoalescer.cpp1704 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp754 checkARM64PackedEpilog(MCStreamer & streamer,WinEH::FrameInfo * info,WinEH::FrameInfo::Segment * Seg,int PrologCodeBytes) checkARM64PackedEpilog() argument
1073 ARM64ProcessEpilogs(WinEH::FrameInfo * info,WinEH::FrameInfo::Segment * Seg,uint32_t & TotalCodeBytes,MapVector<MCSymbol *,uint32_t> & EpilogInfo) ARM64ProcessEpilogs() argument
1177 auto Seg = WinEH::FrameInfo::Segment( ARM64FindSegmentsInFunction() local
1199 ARM64EmitUnwindInfoForSegment(MCStreamer & streamer,WinEH::FrameInfo * info,WinEH::FrameInfo::Segment & Seg,bool TryPacked=true) ARM64EmitUnwindInfoForSegment() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp419 for (auto &Seg : Range) { in updateDeadsInRange() local
473 for (auto &Seg : Range) { in updateDeadsInRange() local
490 for (auto &Seg : Range) { in updateDeadsInRange() local
H A DHexagonVectorCombine.cpp279 Segment Seg; // Value segment. member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp386 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp39 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr()
347 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local
1219 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment()
1468 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local
2080 for (auto &Seg : Obj.segments()) in writePhdrs() local
/freebsd/contrib/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); in GuessCstringPointer() local
3246 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3281 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3312 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3432 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
10280 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h631 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1246 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
1252 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h695 Segment Seg; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1858 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5109 const MachO::dyld_chained_starts_in_segment &Seg = *SegOrErr; in getChainedFixupsSegments() local

12