Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h70 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
72 State.initialize(std::forward<T>(FragmentRange)); in visitDebugSubsections()
74 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
83 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections() argument
85 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
90 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
93 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
98 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
102 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
H A DStringsAndChecksums.h40 template <typename T> void initialize(T &&FragmentRange) { in initialize() argument
41 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()