Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSubsectionVisitor.h74 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
76 State.initialize(std::forward<T>(FragmentRange)); in visitDebugSubsections()
78 for (const DebugSubsectionRecord &L : FragmentRange) { in visitDebugSubsections()
87 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V) { in visitDebugSubsections() argument
89 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
94 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
97 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
102 Error visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, in visitDebugSubsections() argument
106 return detail::visitDebugSubsections(std::forward<T>(FragmentRange), V, in visitDebugSubsections()
DStringsAndChecksums.h41 template <typename T> void initialize(T &&FragmentRange) { in initialize() argument
42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()