Home
last modified time | relevance | path

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

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