Home
last modified time | relevance | path

Searched defs:Seg (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp29 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 Dllvm-size.cpp230 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 DMachOUtils.cpp121 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 Dwasm2yaml.cpp329 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 DOrcRPCTargetProcessControl.h58 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory()
65 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory()
H A DOrcRemoteTargetClient.h359 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 DObject.cpp136 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
H A DELFDumper.cpp1365 StringRef Seg = segmentTypeToString(Arch, Type); in getGNUPtType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp213 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
H A DLiveRangeCalc.cpp163 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
H A DVirtRegMap.cpp349 for (const auto &Seg : LI) { in addMBBLiveIns() local
H A DLiveInterval.cpp1179 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
H A DSplitKit.cpp1238 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
H A DRegisterCoalescer.cpp1615 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp417 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 DHexagonVectorCombine.cpp198 Segment Seg; // Value segment. member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp354 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 DObject.cpp39 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 DMachODump.cpp666 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 DLiveInterval.h622 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1252 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 DJSON.h610 Segment Seg; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp413 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); in SimplifyShortMoveForm() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp612 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); in findMachOIndirectCovFunctions() local