Home
last modified time | relevance | path

Searched refs:ClangASTSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1574 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
1579 ClangASTSection = Sec; in printRawClangAST()
1583 if (!ClangASTSection) in printRawClangAST()
1587 error(ClangASTSection.getValue().getContents(ClangASTContents)); in printRawClangAST()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2098 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2103 ClangASTSection = Sec; in printRawClangAST()
2107 if (!ClangASTSection) in printRawClangAST()
2111 error(ClangASTSection.getValue().getContents(ClangASTContents)); in printRawClangAST()