Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp49 if (Asm->needsOnlyDebugCFIMoves()) in beginFunction()
H A DDwarfCFIException.cpp135 if (Asm->needsOnlyDebugCFIMoves()) in beginFragment()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h324 bool needsOnlyDebugCFIMoves() const { return isCFIMoveForDebugging; } in needsOnlyDebugCFIMoves() function