Home
last modified time | relevance | path

Searched defs:isThumbFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h162 bool isThumbFunction() const { return isThumb; } isThumbFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1425 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function