Searched refs:PpcCall (Results 1 – 15 of 15) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 179 PpcCall = 0x0f, // PPC call enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 188 PpcCall = 0x0f, // PPC call enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 188 PpcCall = 0x0f, // PPC call enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 63 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 89 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, PpcCall , "ppccall", OS) in operator <<()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 410 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
|
D | TypeDumpVisitor.cpp | 125 ENUM_ENTRY(CallingConvention, PpcCall),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 402 CV_ENUM_CLASS_ENT(CallingConvention, PpcCall),
|
D | TypeDumpVisitor.cpp | 125 ENUM_ENTRY(CallingConvention, PpcCall),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 121 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 188 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 172 ENUM_ENTRY(CallingConvention, PpcCall),
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 247 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 247 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()
|