Home
last modified time | relevance | path

Searched refs:getOperationEncoding (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm/unittests/Support/
H A DDwarfTest.cpp45 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 DDwarf.h646 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/external/llvm/lib/Support/
H A DDwarf.cpp275 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 DDwarf.h495 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DDwarf.cpp157 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 DDwarf.h676 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/
DDwarf.h686 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/
DDwarf.h705 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/
DDwarf.h705 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
H A DDwarf.cpp161 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/
DDwarf.h1009 unsigned getOperationEncoding(StringRef OperationEncodingString);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1982 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 DMIParser.cpp2265 if (unsigned Op = dwarf::getOperationEncoding(Token.stringValue())) { in parseDIExpression()
/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.cpp4223 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in ParseDIExpression()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp5430 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in parseDIExpression()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp4955 if (unsigned Op = dwarf::getOperationEncoding(Lex.getStrVal())) { in ParseDIExpression()