Searched refs:ForEachRecord (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeCollection.h34 template <typename TFunc> void ForEachRecord(TFunc Func) { function in class:llvm::codeview::TypeCollection
H A DTypeHashing.h53 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) {
158 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1326 MergedTpi.ForEachRecord([&DestTpi](TypeIndex TI, const CVType &Type) {
1329 MergedIpi.ForEachRecord([&DestIpi](TypeIndex TI, const CVType &Type) {
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp335 typeTable.ForEachRecord([&](TypeIndex ti, const CVType &type) {

Completed in 145 milliseconds