Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h64 Error visitDebugSubsection(const DebugSubsectionRecord &R,
75 if (auto EC = visitDebugSubsection(L, V, State)) in visitDebugSubsections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp28 Error llvm::codeview::visitDebugSubsection( in visitDebugSubsection() function in llvm::codeview
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp894 if (auto EC = visitDebugSubsection(SS, V, SC)) in fromCodeViewSubection()