Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp49 if (Asm->needsOnlyDebugCFIMoves()) in beginFunction()
DDwarfCFIException.cpp135 if (Asm->needsOnlyDebugCFIMoves()) in beginFragment()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h320 bool needsOnlyDebugCFIMoves() const { return isCFIMoveForDebugging; } in needsOnlyDebugCFIMoves() function