| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| HD | JITLinkMemoryManager.cpp | 28 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() 33 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() 88 const auto &Seg = KV.second; in allocate() local 111 const auto &Seg = KV.second; in allocate() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| HD | llvm-size.cpp | 224 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local 250 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local 293 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local 319 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| HD | Object.cpp | 37 static void constructSegment(SegmentType &Seg, in constructSegment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LiveRegMatrix.cpp | 213 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
|
| HD | VirtRegMap.cpp | 332 for (const auto &Seg : LI) { in addMBBLiveIns() local
|
| HD | LiveRangeCalc.cpp | 316 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
|
| HD | LiveInterval.cpp | 1179 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
|
| HD | SplitKit.cpp | 1231 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
|
| HD | RegisterCoalescer.cpp | 1577 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | WasmDumper.cpp | 188 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| HD | Object.cpp | 39 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr() 301 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local 1061 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment() 1281 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local 1756 for (auto &Seg : Obj.segments()) in writePhdrs() local 2243 [](const Segment *Seg) { return Seg->PAddr == 0; })) in finalize()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonExpandCondsets.cpp | 416 for (auto &Seg : Range) { in updateDeadsInRange() local 470 for (auto &Seg : Range) { in updateDeadsInRange() local 487 for (auto &Seg : Range) { in updateDeadsInRange() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| HD | MachODump.cpp | 737 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local 765 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local 1073 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local 1093 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local 3018 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local 3039 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local 3074 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local 3105 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local 3225 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local 10236 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | LiveInterval.h | 622 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/ |
| HD | llvm-nm.cpp | 1291 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Command); in dumpSymbolNamesFromObject() local 1297 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Command); in dumpSymbolNamesFromObject() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86MCInstLower.cpp | 386 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); in SimplifyShortMoveForm() local
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 1747 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()
|