Searched defs:isThumbFunction (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler.h224 virtual bool isThumbFunction(const DefinedAtom &atom) { return false; } function in class:lld::mach_o::ArchHandler
H A DArchHandler_arm.cpp1401 bool ArchHandler_arm::isThumbFunction(const DefinedAtom &atom) { function in class:lld::mach_o::ArchHandler_arm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h144 bool isThumbFunction() const { return isThumb; } function in class:llvm::ARMFunctionInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1327 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { function

Completed in 104 milliseconds