Searched refs:FragmentRange (Results 1 – 2 of 2) 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() argument 71 State.initialize(std::forward<T>(FragmentRange)); in visitDebugSubsections() 73 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections() 82 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections() argument 84 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 89 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument 92 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections() 97 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument 101 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
|
| H A D | StringsAndChecksums.h | 42 template <typename T> void initialize(T &&FragmentRange) { in initialize() argument 43 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
|