Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h54 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
132 Types.ForEachRecord([&Hashes](TypeIndex TI, const CVType &Type) { in hashTypeCollection()
H A DTypeCollection.h35 template <typename TFunc> void ForEachRecord(TFunc Func) { in ForEachRecord() function
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1320 MergedTpi.ForEachRecord([&DestTpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
1323 MergedIpi.ForEachRecord([&DestIpi](TypeIndex TI, const CVType &Type) { in mergePdbs()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp377 TypeTable.ForEachRecord([&](TypeIndex TI, const CVType &Type) { in addTypeInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1913 CVTypes.ForEachRecord([&](TypeIndex TI, const CVType &Record) { in dumpCodeViewMergedTypes()