Searched refs:typeIndex (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 400 std::string MinimalSymbolDumper::typeIndex(TypeIndex TI) const { in typeIndex() function in MinimalSymbolDumper 468 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord() 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() [all …]
|
| H A D | MinimalSymbolDumper.h | 51 std::string typeIndex(codeview::TypeIndex TI) const;
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | PDB.cpp | 1265 TypeIndex typeIndex; in printStats() member 1269 return typeIndex < rhs.typeIndex; in printStats() 1275 TypeIndex typeIndex = TypeIndex::fromArrayIndex(e.index()); in printStats() local 1276 uint32_t typeSize = records.getType(typeIndex).length(); in printStats() 1278 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats() 1289 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats() 1298 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath); in printStats()
|
| /openbsd-src/gnu/llvm/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()
|