Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h53 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
168 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
H A DTypeCollection.h34 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1329 MergedTpi.ForEachRecord([&DestTpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
1332 MergedIpi.ForEachRecord([&DestIpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp293 typeTable.ForEachRecord([&](TypeIndex ti, const CVType &type) { in addTypeInfo()