Home
last modified time | relevance | path

Searched refs:needsCFIMoves (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp43 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction()
H A DDwarfCFIException.cpp96 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction()
H A DAsmPrinter.cpp953 AsmPrinter::CFIMoveType AsmPrinter::needsCFIMoves() const { in needsCFIMoves() function in AsmPrinter
974 if (needsCFIMoves() == CFI_M_None) in emitCFIInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h320 CFIMoveType needsCFIMoves() const;
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp763 if (needsCFIMoves() == CFI_M_None) in EmitInstruction()