Searched refs:TypeIndices (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp356 auto I = TypeIndices.find({Scope, nullptr});
357 if (I != TypeIndices.end())
390 auto I = TypeIndices.find({SP, nullptr});
391 if (I != TypeIndices.end())
460 auto I = TypeIndices.find({SP, Class});
461 if (I != TypeIndices.end())
479 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI});
985 assert(TypeIndices.count({SP, nullptr}));
986 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}];
1007 assert(TypeIndices
[all...]
H A DCodeViewDebug.h285 TypeIndices; member in class:llvm::CodeViewDebug
288 /// always looked up in the normal TypeIndices map.
483 /// Inserts {{Node, ClassTy}, TI} into TypeIndices and checks for duplicates.
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp212 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in class:__anon2103::WasmObjectWriter
275 TypeIndices.clear();
757 if (!TypeIndices.count(RelEntry.Symbol))
760 return TypeIndices[RelEntry.Symbol];
1263 assert(TypeIndices.count(&Symbol));
1264 return TypeIndices[&Symbol];
1269 assert(TypeIndices.count(&Symbol));
1270 return TypeIndices[&Symbol];
1286 TypeIndices[&Symbol] = Pair.first->second;
1307 TypeIndices[
[all...]

Completed in 176 milliseconds