HomeSort by relevance Sort by last modified time
    Searched refs:RelocOffset (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 28 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
SymbolDumpDelegate.h 25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
ModuleSubstream.h 30 support::ulittle32_t RelocOffset; // Code offset of line contribution.
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 313 /// RelocOffset allows symbolic references in ConstantRelocatables' offsets,
316 class RelocOffset final {
317 RelocOffset(const RelocOffset &) = delete;
318 RelocOffset &operator=(const RelocOffset &) = delete;
321 template <typename T> static RelocOffset *create(T *AllocOwner) {
322 return new (AllocOwner->template allocate<RelocOffset>()) RelocOffset();
325 static RelocOffset *create(GlobalContext *Ctx, RelocOffsetT Value)
    [all...]
IceELFSection.cpp 47 RelocOffsetT RelocOffset) {
54 Str.writeLE32(RelocOffset);
IceGlobalInits.h 384 OffsetExpr(new (VDL->allocate_initializer<RelocOffset *>(
385 OffsetExprSize)) RelocOffset *),
395 RelocOffset **OffsetExpr;
IceAssembler.cpp 146 void Assembler::bindRelocOffset(RelocOffset *Offset) {
IceTargetLoweringX8632.cpp 261 auto *BeforeAddReloc = RelocOffset::create(Ctx);
266 auto *AfterAddReloc = RelocOffset::create(Ctx);
IceAssembler.h 317 void bindRelocOffset(RelocOffset *Offset);
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 95 ELFRelocationEntry(uint64_t RelocOffset, int Idx,
98 : r_offset(RelocOffset), Index(Idx), Type(RelType),
350 virtual void adjustFixupOffset(const MCFixup &Fixup, uint64_t &RelocOffset) { }
412 virtual void adjustFixupOffset(const MCFixup &Fixup, uint64_t &RelocOffset);

Completed in 1572 milliseconds

1 2