Searched refs:visitDebugSubsections (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugSubsectionVisitor.h | 69 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() function 82 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections() function 84 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 89 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() function 92 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 97 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() function 101 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
|