Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp205 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
206 if (I != TypeIndices.end()) in getScopeIndex()
223 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
224 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
261 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
262 if (I != TypeIndices.end()) in getMemberFunctionType()
277 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
509 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
510 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection()
548 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
[all …]
DCodeViewDebug.h147 TypeIndices; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp297 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
298 if (I != TypeIndices.end()) in getScopeIndex()
312 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
313 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
350 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
351 if (I != TypeIndices.end()) in getMemberFunctionType()
367 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
754 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
755 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection()
779 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
[all …]
DCodeViewDebug.h203 TypeIndices; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp214 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anone61d87550111::WasmObjectWriter
263 TypeIndices.clear(); in reset()
654 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
657 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1034 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1035 return TypeIndices[&Symbol]; in getFunctionType()
1050 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dobj-globalhash.test36 ; both occur at different TypeIndices in their respective input streams. Same