Searched refs:SignedCharacter (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 26 SignedCharacter = 0x0010, // 8 bit signed enumerator 127 static TypeIndex SignedCharacter() { in SignedCharacter() function 128 return TypeIndex(SimpleTypeKind::SignedCharacter); in SignedCharacter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeIndex.h | 33 SignedCharacter = 0x0010, // 8 bit signed enumerator 146 static TypeIndex SignedCharacter() { in SignedCharacter() function 147 return TypeIndex(SimpleTypeKind::SignedCharacter); in SignedCharacter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeHashingTest.cpp | 65 TypeIndex CharStar(SimpleTypeKind::SignedCharacter, in TEST() 72 TypeIndex CharP(SimpleTypeKind::SignedCharacter, SimpleTypeMode::NearPointer); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndex.cpp | 31 {"signed char*", SimpleTypeKind::SignedCharacter},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 56 {codeview::SimpleTypeKind::SignedCharacter, PDB_BuiltinType::Char, 1},
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1474 case 1: STK = SimpleTypeKind::SignedCharacter; break; in lowerTypeBasic() 1498 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic() 1516 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 28 {"signed char*", SimpleTypeKind::SignedCharacter},
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1109 STK = SimpleTypeKind::SignedCharacter; in lowerTypeBasic() 1127 if ((STK == SimpleTypeKind::SignedCharacter || in lowerTypeBasic()
|