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/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2633 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2642 ClangASTSection = Sec; in printRawClangAST()
2646 if (!ClangASTSection) in printRawClangAST()
2650 ClangASTSection.getValue().getContents(), Obj->getFileName()); in printRawClangAST()