Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2028 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2037 ClangASTSection = Sec; in printRawClangAST()
2041 if (!ClangASTSection) in printRawClangAST()
2045 ClangASTSection.getValue().getContents(), Obj->getFileName()); in printRawClangAST()