Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2942 std::optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2951 ClangASTSection = Sec; in printRawClangAST()
2955 if (!ClangASTSection) in printRawClangAST()
2959 unwrapOrError(ClangASTSection->getContents(), Obj->getFileName()); in printRawClangAST()