Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp350 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
351 if (I != TypeIndices.end()) in getScopeIndex()
384 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
385 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
454 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
455 if (I != TypeIndices.end()) in getMemberFunctionType()
473 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
898 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
899 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection()
920 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
[all …]
H A DCodeViewDebug.h251 TypeIndices; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp193 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon668be8e60111::WasmObjectWriter
256 TypeIndices.clear(); in reset()
692 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
695 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1195 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1196 return TypeIndices[&Symbol]; in getFunctionType()
1201 assert(TypeIndices.count(&Symbol)); in getEventType()
1202 return TypeIndices[&Symbol]; in getEventType()
1218 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
1239 TypeIndices[&Symbol] = Pair.first->second; in registerEventType()