Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.h70 bool remapTypeIndex(TypeIndex &ti, llvm::codeview::TiRefKind refKind) const;
H A DDebugTypes.cpp208 bool TpiSource::remapTypeIndex(TypeIndex &ti, TiRefKind refKind) const { in remapTypeIndex() function in TpiSource
232 if (!remapTypeIndex(ti, ref.Kind)) { in remapRecord()
633 success &= remapTypeIndex(funcId, TiRefKind::IndexRef); in mergeTypeRecord()
H A DPDB.cpp872 if (!source->remapTypeIndex(inlinee, TiRefKind::IndexRef)) { in commit()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp110 inline bool remapTypeIndex(TypeIndex &Idx) { in remapTypeIndex() function in __anon8a24fc970111::TypeStreamMerger
413 : remapTypeIndex(TI); in remapIndices()