Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp424 std::string MinimalSymbolDumper::typeIndex(TypeIndex TI) const { in typeIndex() function in MinimalSymbolDumper
492 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord()
505 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type), in visitKnownRecord()
527 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord()
534 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord()
591 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type), in visitKnownRecord()
599 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord()
705 P.formatLine("type = {0}, addr = {1} call size = {2}", typeIndex(HAS.Type), in visitKnownRecord()
805 typeIndex(Register.Index)); in visitKnownRecord()
842 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr); in visitKnownRecord()
[all …]
H A DMinimalSymbolDumper.h51 std::string typeIndex(codeview::TypeIndex TI) const;
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1277 TypeIndex typeIndex; in printStats() member
1281 return typeIndex < rhs.typeIndex; in printStats()
1287 TypeIndex typeIndex = TypeIndex::fromArrayIndex(e.index()); in printStats() local
1288 uint32_t typeSize = records.getType(typeIndex).length(); in printStats()
1290 tsis.push_back({typeSize, dupCount, typeIndex}); in printStats()
1301 tsi.typeIndex.getIndex(), tsi.totalInputSize(), in printStats()
1310 tsis.back().typeIndex.getIndex(), ctx.config.pdbPath); in printStats()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1186 llvm::CallInst *typeIndex = in emitCatchDispatchBlock() local
1188 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock()
1191 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches"); in emitCatchDispatchBlock()