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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 71 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) {
  /external/llvm/lib/MC/
MCFragment.cpp 83 // Simple getSymbolOffset helper for the non-varibale case.
129 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const {
133 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const {
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 118 error_code COFFObjectFile::getSymbolOffset(DataRefImpl Symb,
MachOObjectFile.cpp 127 error_code MachOObjectFile::getSymbolOffset(DataRefImpl DRI,
ELFObjectFile.cpp 328 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
456 ::getSymbolOffset(DataRefImpl Symb,
    [all...]
  /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 193 milliseconds