Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp212 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anonbca1a7710111::WasmObjectWriter
275 TypeIndices.clear(); in reset()
757 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
760 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1263 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1264 return TypeIndices[&Symbol]; in getFunctionType()
1269 assert(TypeIndices.count(&Symbol)); in getTagType()
1270 return TypeIndices[&Symbol]; in getTagType()
1286 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
1307 TypeIndices[&Symbol] = Pair.first->second; in registerTagType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp356 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
357 if (I != TypeIndices.end()) in getScopeIndex()
390 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
391 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
460 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
461 if (I != TypeIndices.end()) in getMemberFunctionType()
985 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
2336 TypeIndices.clear(); in clear()
2690 auto I = TypeIndices.find({Ty, ClassTy}); in getTypeIndex()
2691 if (I != TypeIndices.end()) in getTypeIndex()
[all …]
H A DCodeViewDebug.h285 TypeIndices; variable