Searched refs:PpcCall (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 179 PpcCall = 0x0f, // PPC call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 188 PpcCall = 0x0f, // PPC call enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 63 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 126 ENUM_ENTRY(CallingConvention, PpcCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 97 RETURN_CASE(CallingConvention, PpcCall, "ppccall"); in formatCallingConvention()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 189 static ProcedureRecord Procedure(TypeIndex(17), CallingConvention::PpcCall,
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 172 ENUM_ENTRY(CallingConvention, PpcCall),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 248 IO.enumCase(Value, "PpcCall", CallingConvention::PpcCall); in enumeration()
|