Searched defs:getSymbolOffset (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp63 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { function in class:llvm::RuntimeDyldCOFF
/external/llvm/lib/MC/
H A DMCAssembler.cpp122 // Simple getSymbolOffset helper for the non-varibale case.
175 bool MCAsmLayout::getSymbolOffset(const MCSymbolData *SD, uint64_t &Val) const { function in class:MCAsmLayout
179 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const { function in class:MCAsmLayout
519 Value += Layout.getSymbolOffset(&getSymbolData(Sym));
524 Value -= Layout.getSymbolOffset(&getSymbolData(Sym));

Completed in 85 milliseconds