Searched refs:typeIndex (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 400 std::string MinimalSymbolDumper::typeIndex(TypeIndex TI) const { in typeIndex() function in MinimalSymbolDumper 481 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type), in visitKnownRecord() 503 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord() 510 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord() 567 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type), in visitKnownRecord() 575 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord() 681 P.formatLine("type = {0}, addr = {1} call size = {2}", typeIndex(HAS.Type), in visitKnownRecord() 781 typeIndex(Register.Index)); in visitKnownRecord() 818 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr); in visitKnownRecord() 870 "type = {0}, register = {1}, offset = {2}", typeIndex(RegRel.Type), in visitKnownRecord() [all …]
|
| H A D | MinimalSymbolDumper.h | 51 std::string typeIndex(codeview::TypeIndex TI) const;
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | PDB.cpp | 1251 TypeIndex typeIndex; in printStats() member 1255 return typeIndex < rhs.typeIndex; in printStats() 1261 TypeIndex typeIndex = TypeIndex::fromArrayIndex(e.index()); in printStats() local 1262 uint32_t typeSize = records.getType(typeIndex).length(); in printStats() 1264 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats() 1275 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats() 1284 tsis.back().typeIndex.getIndex(), config->pdbPath); in printStats()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 1161 llvm::CallInst *typeIndex = in emitCatchDispatchBlock() local 1163 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock() 1166 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches"); in emitCatchDispatchBlock()
|