Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp60 writeFieldListImpl(std::forward<T>(MemberRecords)...); in writeFieldList()
140 void writeFieldListImpl() {} in writeFieldListImpl() function in TypeIndexIteratorTest
143 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl() function in TypeIndexIteratorTest
145 writeFieldListImpl(std::forward<Rest>(Records)...); in writeFieldListImpl()