Home
last modified time | relevance | path

Searched refs:PpcCall (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeView.h188 PpcCall = 0x0f, // PPC call enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBExtras.cpp89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDEnumTables.cpp402 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
HDTypeDumpVisitor.cpp125 ENUM_ENTRY(CallingConvention, PpcCall),
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp121 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp247 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()