| /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 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 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 | 88 auto &Seg = KV.second; in allocate() local
|
| H A D | EPCGenericJITLinkMemoryManager.cpp | 150 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 | 219 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 D | LiveRegMatrix.cpp | 222 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local 253 LiveRange::Segment Seg(Start, End, &valno); in checkInterferenceLanes() local
|
| H A D | LiveRangeCalc.cpp | 160 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
|
| H A D | VirtRegMap.cpp | 435 for (const auto &Seg : LI) { in addMBBLiveIns() local
|
| H A D | LiveInterval.cpp | 1190 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
|
| H A D | SplitKit.cpp | 1281 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
|
| H A D | RegisterCoalescer.cpp | 1761 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
|
| /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/ObjCopy/MachO/ |
| H A D | MachOObject.cpp | 184 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 402 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 D | HexagonVectorCombine.cpp | 280 Segment Seg; // Value segment. member
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 963 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 D | X86EncodingOptimization.cpp | 387 MCOperand Seg = MI.getOperand(AddrBase + X86::AddrSegmentReg); in optimizeMOV() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | DebuggerSupportPlugin.cpp | 318 typename MachOBuilder<MachOTraits>::Segment *Seg = nullptr; member in __anon8485bb280111::MachODebugObjectSynthesizer
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 36 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 D | MachODump.cpp | 655 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 D | LiveInterval.h | 634 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1248 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 D | JSON.h | 704 Segment Seg; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1823 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
|