Searched refs:getLabelOffset (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/ |
D | MCFragment.cpp | 84 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S, in getLabelOffset() function 99 return getLabelOffset(Layout, S, ReportError, Val); in getSymbolOffsetImpl() 112 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 120 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
|