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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 63 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) {
  /external/llvm/lib/MC/
MCAssembler.cpp 120 // Simple getSymbolOffset helper for the non-varibale case.
166 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const {
170 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const {
482 Value += Layout.getSymbolOffset(Sym);
487 Value -= Layout.getSymbolOffset(Sym);
557 if (!Layout.getSymbolOffset(A->getSymbol(), Val))
    [all...]

Completed in 135 milliseconds