Home
last modified time | relevance | path

Searched refs:getLabelOffset (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCFragment.cpp85 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()
/external/llvm/lib/MC/
DMCFragment.cpp84 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()