Searched refs:PpcCall (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 190 PpcCall = 0x0f, // PPC call enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 413 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
|
H A D | TypeDumpVisitor.cpp | 126 ENUM_ENTRY(CallingConvention, PpcCall),
|
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 124 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 252 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()
|