/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 29 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() 34 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() 89 const auto &Seg = KV.second; in allocate() local 112 const auto &Seg = KV.second; in allocate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 230 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local 256 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local 299 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local 325 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 121 struct MachO::segment_command_64 adaptFrom32bits(MachO::segment_command Seg) { in adaptFrom32bits() 227 const MachO::segment_command &Seg, in getSection() 234 const MachO::segment_command_64 &Seg, in getSection()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 329 WasmYAML::ElemSegment Seg; in dump() local 360 WasmYAML::DataSegment Seg; in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRPCTargetProcessControl.h | 58 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() 65 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory()
|
H A D | OrcRemoteTargetClient.h | 359 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory() 365 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory() 417 const auto &Seg = KV.second; in allocateHostBlocks() local 502 const auto &Seg = KV.second; in calcTotalAllocSize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.cpp | 136 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
|
H A D | ELFDumper.cpp | 1365 StringRef Seg = segmentTypeToString(Arch, Type); in getGNUPtType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 213 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
|
H A D | LiveRangeCalc.cpp | 163 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
|
H A D | VirtRegMap.cpp | 349 for (const auto &Seg : LI) { in addMBBLiveIns() local
|
H A D | LiveInterval.cpp | 1179 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
|
H A D | SplitKit.cpp | 1238 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
|
H A D | RegisterCoalescer.cpp | 1615 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 417 for (auto &Seg : Range) { in updateDeadsInRange() local 471 for (auto &Seg : Range) { in updateDeadsInRange() local 488 for (auto &Seg : Range) { in updateDeadsInRange() local
|
H A D | HexagonVectorCombine.cpp | 198 Segment Seg; // Value segment. member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 354 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in allocate() 359 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in allocate() 395 auto &Seg = KV.second; in allocate() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | Object.cpp | 39 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr() 330 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local 1201 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment() 1433 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local 2039 for (auto &Seg : Obj.segments()) in writePhdrs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 666 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols() local 694 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols() local 1002 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations() local 1022 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations() local 3006 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer() local 3027 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer() local 3062 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol() local 3093 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol() local 3213 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer() local 10258 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 622 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 1252 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local 1258 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | JSON.h | 610 Segment Seg; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86MCInstLower.cpp | 413 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); in SimplifyShortMoveForm() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | sancov.cpp | 612 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); in findMachOIndirectCovFunctions() local
|