Searched refs:Seg (Results 26 - 33 of 33) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DSplitKit.cpp1232 const LiveRange::Segment *Seg = LR.getSegmentContaining(Def);
1233 if (Seg == nullptr)
1235 if (Seg->end != Def.getDeadSlot())
1238 LR.removeSegment(*Seg, true);
H A DRegisterCoalescer.cpp1645 LiveRange::Segment *Seg = DstLI.getSegmentContaining(RegIndex); local
1646 assert(Seg != nullptr && "No segment for defining instruction");
1647 VNInfo *V = DstLI.getVNInfoAt(Seg->end);
/openbsd-current/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp621 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); local
622 for (unsigned J = 0; J < Seg.nsects; ++J) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp512 for (auto &Seg : FixedAI.Segments)
513 Seg.AG = AllocGroup(MemProt::Read | MemProt::Write,
514 Seg.AG.getMemDeallocPolicy());
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1424 StringRef Seg = segmentTypeToString(Arch, Type); local
1425 if (Seg.empty())
1429 if (Seg.consume_front("PT_ARM_"))
1430 return Seg.str();
1433 if (Seg.consume_front("PT_MIPS_"))
1434 return Seg.str();
1437 if (Seg.consume_front("PT_RISCV_"))
1438 return Seg.str();
1441 assert(Seg.startswith("PT_"));
1442 return Seg
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h331 void writePhdr(const Segment &Seg);
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1812 void AddSegment(const VMRange &Range, SectionSP Seg) { argument
1813 Segments.insert(Range.GetRangeBase(), Range.GetRangeEnd(), std::move(Seg));
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp419 MCOperand Seg = Inst.getOperand(AddrBase + X86::AddrSegmentReg); local
423 Inst.addOperand(Seg);

Completed in 170 milliseconds

12