/aosp_15_r20/external/llvm/unittests/Support/ |
H A D | DwarfTest.cpp | 45 TEST(DwarfTest, getOperationEncoding) { in TEST() argument 47 EXPECT_EQ(DW_OP_deref, getOperationEncoding("DW_OP_deref")); in TEST() 48 EXPECT_EQ(DW_OP_bit_piece, getOperationEncoding("DW_OP_bit_piece")); in TEST() 51 EXPECT_EQ(0u, getOperationEncoding("DW_OP_otherthings")); in TEST() 52 EXPECT_EQ(0u, getOperationEncoding("other")); in TEST() 55 EXPECT_EQ(0u, getOperationEncoding("DW_OP_lo_user")); in TEST() 56 EXPECT_EQ(0u, getOperationEncoding("DW_OP_hi_user")); in TEST()
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | Dwarf.h | 646 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Dwarf.cpp | 275 unsigned llvm::dwarf::getOperationEncoding(StringRef OperationEncodingString) { in getOperationEncoding() function in llvm::dwarf
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 495 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 157 unsigned llvm::dwarf::getOperationEncoding(StringRef OperationEncodingString) { in getOperationEncoding() function in llvm::dwarf
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 676 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | Dwarf.h | 686 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | Dwarf.h | 705 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | Dwarf.h | 705 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 161 unsigned llvm::dwarf::getOperationEncoding(StringRef OperationEncodingString) { in getOperationEncoding() function in llvm::dwarf
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | Dwarf.h | 1009 unsigned getOperationEncoding(StringRef OperationEncodingString);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1982 if (unsigned Op = dwarf::getOperationEncoding(Token.stringValue())) { in parseDIExpression()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 2265 if (unsigned Op = dwarf::getOperationEncoding(Token.stringValue())) { in parseDIExpression()
|
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4223 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in ParseDIExpression()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5430 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in parseDIExpression()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 4955 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in ParseDIExpression()
|