Searched refs:indexMap (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp56 CVIndexMap *indexMap) override;
74 CVIndexMap *indexMap) override;
99 CVIndexMap *indexMap) override;
115 CVIndexMap *indexMap) override;
200 CVIndexMap *indexMap) {
206 unsigned nbHeadIndices = indexMap->tpiMap.size();
219 indexMap->tpiMap, types, hashes,
225 mergeTypeAndIdRecords(m->idTable, m->typeTable, indexMap->tpiMap,
240 TypeIndex dstIdx = indexMap->tpiMap[srcIdx++];
251 return indexMap;
199 mergeDebugT(TypeMerger *m, CVIndexMap *indexMap) argument
324 mergeDebugT(TypeMerger *m, CVIndexMap *indexMap) argument
421 mergeInPrecompHeaderObj(ObjFile *file, CVIndexMap *indexMap, PrecompRecord &precomp) argument
443 mergeDebugT(TypeMerger *m, CVIndexMap *indexMap) argument
[all...]
H A DDebugTypes.h52 CVIndexMap *indexMap);
H A DPDB.cpp117 void addDebugSymbols(ObjFile *file, const CVIndexMap *indexMap);
119 void mergeSymbolRecords(ObjFile *file, const CVIndexMap &indexMap,
159 const CVIndexMap *indexMap; member in class:__anon2673::DebugSHandler
191 DebugSHandler(PDBLinker &linker, ObjFile &file, const CVIndexMap *indexMap) argument
192 : linker(linker), file(file), indexMap(indexMap) {}
264 const CVIndexMap &indexMap,
274 ArrayRef<TypeIndex> typeOrItemMap = indexMap.tpiMap;
276 if (isItemIndex && indexMap.isTypeServerMap)
277 typeOrItemMap = indexMap
262 remapTypesInSymbolRecord(ObjFile *file, SymbolKind symKind, MutableArrayRef<uint8_t> recordBytes, const CVIndexMap &indexMap, ArrayRef<TiReference> typeRefs) argument
508 mergeSymbolRecords(ObjFile *file, const CVIndexMap &indexMap, std::vector<ulittle32_t *> &stringTableRefs, BinaryStreamRef symData) argument
863 addDebugSymbols(ObjFile *file, const CVIndexMap *indexMap) argument
929 const CVIndexMap *indexMap = mergeTypeRecords(source, &localMap); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2214 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables);
2220 if (indexMap[vtableIndex]) {
2223 assert(indexMap[vtableIndex] == addressPoint &&
2227 indexMap[vtableIndex] = addressPoint;
2235 return indexMap;

Completed in 108 milliseconds