Home
last modified time | relevance | path

Searched refs:isThumbFunc (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCExpr.cpp367 if (Asm->isThumbFunc(&SA)) in AttemptToFoldSymbolOffsetDifference()
393 if (Asm->isThumbFunc(&SA)) in AttemptToFoldSymbolOffsetDifference()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp540 if (Asm.isThumbFunc(&Sym)) in processFixupValue()
/external/llvm/include/llvm/MC/
DMCAssembler.h958 bool isThumbFunc(const MCSymbol *Func) const { in isThumbFunc() function