Searched refs:getLabelOffset (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 85 static bool getLabelOffset(const MCAsmLayout &Layout, const MCSymbol &S, in getLabelOffset() function 100 return getLabelOffset(Layout, S, ReportError, Val); in getSymbolOffsetImpl() 113 if (!getLabelOffset(Layout, A->getSymbol(), ReportError, ValA)) in getSymbolOffsetImpl() 121 if (!getLabelOffset(Layout, B->getSymbol(), ReportError, ValB)) in getSymbolOffsetImpl()
|