Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2610 std::optional<object::SectionRef> ClangASTSection; in printRawClangAST() local
2619 ClangASTSection = Sec; in printRawClangAST()
2623 if (!ClangASTSection) in printRawClangAST()
2627 unwrapOrError(ClangASTSection->getContents(), Obj->getFileName()); in printRawClangAST()