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

1 2

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAsmLayout.h 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 42 uint64_t getSymbolOffset(const SymbolRef &Sym);
RuntimeDyldCOFF.cpp 71 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 97 uint64_t getSymbolOffset(const MCSymbolData *SD) const;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldCOFFThumb.h 104 getSymbolOffset(*Symbol), 0, 0, false, 0);
116 getSymbolOffset(*Symbol) + Addend);
123 getSymbolOffset(*Symbol), 0, 0, false, 0);
132 getSymbolOffset(*Symbol) + Addend, true, 0);
RuntimeDyldCOFFI386.h 107 getSymbolOffset(*Symbol), 0, 0, false, 0);
119 getSymbolOffset(*Symbol) + Addend);
RuntimeDyldCOFFX86_64.h 178 uint64_t TargetOffset = getSymbolOffset(*Symbol);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 224 Layout.getSymbolOffset(*B) ==
353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base);
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
MachO.h 44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 104 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const {
124 Offset += getSymbolOffset(&Assembler.getSymbolData(
127 Offset -= getSymbolOffset(&Assembler.getSymbolData(
280 Value += Layout.getSymbolOffset(&getSymbolData(Sym));
287 Value -= Layout.getSymbolOffset(&getSymbolData(Sym));

Completed in 523 milliseconds

1 2