HomeSort by relevance Sort by last modified time
    Searched defs:RelocOffset (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DebugLinesSubsection.h 33 support::ulittle32_t RelocOffset; // Code offset of line contribution.
140 uint32_t RelocOffset = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 92 uint32_t RelocOffset;
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.cpp 449 uint64_t RelocOffset = Layout.getFragmentOffset(Fragment) +
452 adjustFixupOffset(Fixup, RelocOffset);
462 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 321 /// RelocOffset allows symbolic references in ConstantRelocatables' offsets,
324 class RelocOffset final {
325 RelocOffset(const RelocOffset &) = delete;
326 RelocOffset &operator=(const RelocOffset &) = delete;
329 template <typename T> static RelocOffset *create(T *AllocOwner) {
330 return new (AllocOwner->template allocate<RelocOffset>()) RelocOffset();
333 static RelocOffset *create(GlobalContext *Ctx, RelocOffsetT Value)
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 836 uint64_t RelocOffset = Reloc.getOffset();
838 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1747 milliseconds