Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3094 std::optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
3103 ClangASTSection = Sec; in printRawClangAST()
3107 if (!ClangASTSection) in printRawClangAST()
3111 unwrapOrError(ClangASTSection->getContents(), Obj->getFileName()); in printRawClangAST()