Home
last modified time | relevance | path

Searched refs:TypeIndices (Results 1 – 9 of 9) 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-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp228 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon05dc5c860111::WasmObjectWriter
276 TypeIndices.clear(); in reset()
627 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
630 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1035 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1036 return TypeIndices[&Symbol]; in getFunctionType()
1041 assert(TypeIndices.count(&Symbol)); in getEventType()
1042 return TypeIndices[&Symbol]; in getEventType()
1058 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
1079 TypeIndices[&Symbol] = Pair.first->second; in registerEventType()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp350 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
351 if (I != TypeIndices.end()) in getScopeIndex()
365 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
366 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
434 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
435 if (I != TypeIndices.end()) in getMemberFunctionType()
453 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
875 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
876 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection()
897 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
[all …]
DCodeViewDebug.h251 TypeIndices; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp363 auto I = TypeIndices.find({Scope, nullptr}); in getScopeIndex()
364 if (I != TypeIndices.end()) in getScopeIndex()
378 auto I = TypeIndices.find({SP, nullptr}); in getFuncIdForSubprogram()
379 if (I != TypeIndices.end()) in getFuncIdForSubprogram()
446 auto I = TypeIndices.find({SP, Class}); in getMemberFunctionType()
447 if (I != TypeIndices.end()) in getMemberFunctionType()
465 auto InsertResult = TypeIndices.insert({{Node, ClassTy}, TI}); in recordTypeIndexForDINode()
864 assert(TypeIndices.count({SP, nullptr})); in emitInlineeLinesSubsection()
865 TypeIndex InlineeIdx = TypeIndices[{SP, nullptr}]; in emitInlineeLinesSubsection()
886 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
[all …]
DCodeViewDebug.h252 TypeIndices; variable
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp193 DenseMap<const MCSymbolWasm *, uint32_t> TypeIndices; member in __anon9b3805920111::WasmObjectWriter
256 TypeIndices.clear(); in reset()
659 if (!TypeIndices.count(RelEntry.Symbol)) in getRelocationIndexValue()
662 return TypeIndices[RelEntry.Symbol]; in getRelocationIndexValue()
1142 assert(TypeIndices.count(&Symbol)); in getFunctionType()
1143 return TypeIndices[&Symbol]; in getFunctionType()
1148 assert(TypeIndices.count(&Symbol)); in getEventType()
1149 return TypeIndices[&Symbol]; in getEventType()
1165 TypeIndices[&Symbol] = Pair.first->second; in registerFunctionType()
1186 TypeIndices[&Symbol] = Pair.first->second; in registerEventType()
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dobj-globalhash.test36 ; both occur at different TypeIndices in their respective input streams. Same