Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp43 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction() local
44 assert(MoveType != AsmPrinter::CFI_M_EH && in beginFunction()
47 if (MoveType == AsmPrinter::CFI_M_Debug) { in beginFunction()
H A DDwarfCFIException.cpp96 AsmPrinter::CFIMoveType MoveType = Asm->needsCFIMoves(); in beginFunction() local
98 shouldEmitMoves = MoveType != AsmPrinter::CFI_M_None; in beginFunction()
/freebsd-12.1/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c262 UINT8 MoveType) in AcpiRsMoveData() argument
274 switch (MoveType) in AcpiRsMoveData()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacresrc.h427 UINT8 MoveType);