Home
last modified time | relevance | path

Searched refs:OffsetOf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h84 const MCExpr *getOffset(const MCSymbol *OffsetOf, const MCSymbol *OffsetFrom);
85 const MCExpr *getOffsetPlusOne(const MCSymbol *OffsetOf,
H A DWinException.cpp330 const MCExpr *WinException::getOffset(const MCSymbol *OffsetOf, in getOffset() argument
333 MCSymbolRefExpr::create(OffsetOf, Asm->OutContext), in getOffset()
337 const MCExpr *WinException::getOffsetPlusOne(const MCSymbol *OffsetOf, in getOffsetPlusOne() argument
339 return MCBinaryExpr::createAdd(getOffset(OffsetOf, OffsetFrom), in getOffsetPlusOne()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td211 def OffsetOf : Opcode {
H A DInterp.h2011 inline bool OffsetOf(InterpState &S, CodePtr OpPC, const OffsetOfExpr *E) { in OffsetOf() function