Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h55 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
171 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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1353 MergedTpi.ForEachRecord([&DestTpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
1356 MergedIpi.ForEachRecord([&DestIpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp511 Builder->ForEachRecord( in loadPrecompiledObject()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp287 typeTable.ForEachRecord([&](TypeIndex ti, const CVType &type) { in addTypeInfo()