Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h138 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler.h224 virtual bool isThumbFunction(const DefinedAtom &atom) { return false; } in isThumbFunction() function
DArchHandler_arm.cpp1401 bool ArchHandler_arm::isThumbFunction(const DefinedAtom &atom) { in isThumbFunction() function in lld::mach_o::ArchHandler_arm
/external/llvm-project/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h144 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h143 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1312 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1339 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function