Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h188 PpcCall = 0x0f, // PPC call enumerator
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp90 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp126 ENUM_ENTRY(CallingConvention, PpcCall),
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp121 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp248 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()