Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DARMException.cpp48 if (Asm->needsOnlyDebugCFIMoves()) in beginFunction()
DDwarfCFIException.cpp135 if (Asm->needsOnlyDebugCFIMoves()) in beginFragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h342 bool needsOnlyDebugCFIMoves() const { return isCFIMoveForDebugging; } in needsOnlyDebugCFIMoves() function