Searched refs:FragmentRange (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSubsectionVisitor.h | 74 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()
|
D | StringsAndChecksums.h | 41 template <typename T> void initialize(T &&FragmentRange) { in initialize() argument 42 for (const DebugSubsectionRecord &R : FragmentRange) { in initialize()
|