Home
last modified time | relevance | path

Searched refs:CFI_M_None (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp98 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None; in beginFunction()
DAsmPrinter.cpp971 return CFI_M_None; in needsCFIMoves()
984 if (needsCFIMoves() == CFI_M_None) in emitCFIInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h337 enum CFIMoveType { CFI_M_None, CFI_M_EH, CFI_M_Debug }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1080 if (needsCFIMoves() == CFI_M_None) in EmitInstruction()