Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h67 bool remapTypeIndex(TypeIndex &ti, llvm::codeview::TiRefKind refKind) const;
H A DDebugTypes.cpp215 bool TpiSource::remapTypeIndex(TypeIndex &ti, TiRefKind refKind) const { in remapTypeIndex() function in TpiSource
239 if (!remapTypeIndex(ti, ref.Kind)) { in remapRecord()
670 success &= remapTypeIndex(funcId, TiRefKind::IndexRef); in mergeTypeRecord()
H A DPDB.cpp876 if (!source->remapTypeIndex(inlinee, TiRefKind::IndexRef)) { in commit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp111 inline bool remapTypeIndex(TypeIndex &Idx) { in remapTypeIndex() function in __anon294433670111::TypeStreamMerger
412 : remapTypeIndex(TI); in remapIndices()