Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
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
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp220 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes() local
246 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes() local
289 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes() local
315 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCExecutorProcessControl.h58 MutableArrayRef<char> getWorkingMemory(ProtectionFlags Seg) override { in getWorkingMemory()
65 JITTargetAddress getTargetMemory(ProtectionFlags Seg) override { in getTargetMemory()
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
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.cpp138 constructSegment(SegmentType &Seg, llvm::MachO::LoadCommandType CmdType, in constructSegment()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp177 const wasm::WasmDataSegment &Seg = Segment.Data; in printSectionHeaders() local
DELFDumper.cpp1381 StringRef Seg = segmentTypeToString(Arch, Type); in getGNUPtType() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLiveRegMatrix.cpp213 LiveRange::Segment Seg(Start, End, &valno); in checkInterference() local
DLiveRangeCalc.cpp163 LiveRange::Segment &Seg = *std::prev(UB); in isDefOnEntry() local
DVirtRegMap.cpp365 for (const auto &Seg : LI) { in addMBBLiveIns() local
DLiveInterval.cpp1179 void LiveRangeUpdater::add(LiveRange::Segment Seg) { in add()
DSplitKit.cpp1238 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def); in removeDeadSegment() local
DRegisterCoalescer.cpp1647 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); in eliminateUndefCopy() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
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
DHexagonVectorCombine.cpp198 Segment Seg; // Value segment. member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp37 template <class ELFT> void ELFWriter<ELFT>::writePhdr(const Segment &Seg) { in writePhdr()
328 Segment *Seg = Sec->ParentSegment; in sectionPhysicalAddr() local
1205 static bool sectionWithinSegment(const SectionBase &Sec, const Segment &Seg) { in sectionWithinSegment()
1437 Segment &Seg = Obj.addSegment(Data); in readProgramHeaders() local
2044 for (auto &Seg : Obj.segments()) in writePhdrs() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
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 …]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveInterval.h622 auto Seg = segments.begin(), EndSeg = segments.end(); in findIndexesLiveAt() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp1137 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
1143 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DJSON.h610 Segment Seg; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86MCInstLower.cpp413 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); in SimplifyShortMoveForm() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1765 void AddSegment(const VMRange &Range, SectionSP Seg) { in AddSegment()