Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp354 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
355 if (I != TypeIndices.end()) in getScopeIndex()
388 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
389 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
458 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
459 if (I != TypeIndices.end()) in getMemberFunctionType()
978 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
2284 TypeIndices.clear(); in clear()
2638 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()
2639 if (I != TypeIndices.end()) in getTypeIndex()
[all …]
H A DCodeViewDebug.h265 TypeIndices; variable
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp212 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon85aef9ab0111::WasmObjectWriter
275 TypeIndices.clear(); in reset()
756 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
759 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1264 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1265 return TypeIndices[&Symbol]; in getFunctionType()
1270 assert(TypeIndices.count(&Symbol)); in getTagType()
1271 return TypeIndices[&Symbol]; in getTagType()
1287 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
1308 TypeIndices[&Symbol] = Pair.first->second; in registerTagType()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dobj-globalhash.test36 ; both occur at different TypeIndices in their respective input streams. Same