Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2206 Optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2211 ClangASTSection = Sec; in printRawClangAST()
2215 if (!ClangASTSection) in printRawClangAST()
2219 error(ClangASTSection.getValue().getContents(ClangASTContents)); in printRawClangAST()