Searched refs:TypeIndices (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 205 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 …]
|
D | CodeViewDebug.h | 147 TypeIndices; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 297 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 …]
|
D | CodeViewDebug.h | 203 TypeIndices; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 214 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/ |
D | obj-globalhash.test | 36 ; both occur at different TypeIndices in their respective input streams. Same
|