Home
last modified time | relevance | path

Searched defs:Seg (Results 1 – 25 of 28) 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
168 auto &Seg = KV.second; in Create() local
319 auto &Seg = KV.second; in applyProtections() local
433 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.cpp88 auto &Seg = KV.second; in allocate() local
H A DEPCGenericJITLinkMemoryManager.cpp150 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.cpp219 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local
245 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local
288 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local
314 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp222 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
253 LiveRange::Segment Seg(Start, End, &valno); in checkInterferenceLanes() local
H A DLiveRangeCalc.cpp160 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
H A DVirtRegMap.cpp435 for (const auto &Seg : LI) { in addMBBLiveIns() local
H A DLiveInterval.cpp1190 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
H A DSplitKit.cpp1281 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
H A DRegisterCoalescer.cpp1761 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
/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/ObjCopy/MachO/
H A DMachOObject.cpp184 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp402 for (auto &Seg : Range) { in updateDeadsInRange() local
456 for (auto &Seg : Range) { in updateDeadsInRange() local
473 for (auto &Seg : Range) { in updateDeadsInRange() local
H A DHexagonVectorCombine.cpp280 Segment Seg; // Value segment. member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp963 WinEH::FrameInfo::Segment *Seg, in checkARM64PackedEpilog()
1288 WinEH::FrameInfo::Segment *Seg, in ARM64ProcessEpilogs()
1392 auto Seg = WinEH::FrameInfo::Segment( in ARM64FindSegmentsInFunction() local
1414 WinEH::FrameInfo::Segment &Seg, in ARM64EmitUnwindInfoForSegment()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp387 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp318 typename MachOBuilder<MachOTraits>::Segment *Seg = nullptr; member in __anon8485bb280111::MachODebugObjectSynthesizer
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp36 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr()
344 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local
1216 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment()
1465 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local
2077 for (auto &Seg : Obj.segments()) in writePhdrs() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp655 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local
683 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local
991 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local
1011 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local
3229 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local
3250 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local
3285 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local
3316 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local
3436 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local
10299 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h634 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1248 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
1254 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h704 Segment Seg; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1823 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()

12