Searched refs:PpcCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| HD | CodeView.h | 188 PpcCall = 0x0f, // PPC call enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| HD | PDBExtras.cpp | 89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| HD | EnumTables.cpp | 402 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
|
| HD | TypeDumpVisitor.cpp | 125 ENUM_ENTRY(CallingConvention, PpcCall),
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | MinimalTypeDumper.cpp | 121 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | CodeViewYAMLTypes.cpp | 247 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()
|