/freebsd/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; 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 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/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
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 224 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 D | MachOObject.cpp | 170 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 D | WasmDumper.cpp | 177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local [all...] |
/freebsd/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 | 1165 add(LiveRange::Segment Seg) add() argument [all...] |
H A D | SplitKit.cpp | 1245 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
|
H A D | RegisterCoalescer.cpp | 1704 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 754 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 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
|
H A D | HexagonVectorCombine.cpp | 279 Segment Seg; // Value segment. member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86EncodingOptimization.cpp | 386 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 39 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 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); 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 D | LiveInterval.h | 631 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 695 Segment Seg; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1858 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 5109 const MachO::dyld_chained_starts_in_segment &Seg = *SegOrErr; in getChainedFixupsSegments() local
|