Searched refs:typeIndex (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 394 std::string MinimalSymbolDumper::typeIndex(TypeIndex TI) const { in typeIndex() function in MinimalSymbolDumper 462 P.formatLine("type = {0}, offset = {1}", typeIndex(BPRel.Type), BPRel.Offset); in visitKnownRecord() 475 P.formatLine("type = {0}, addr = {1}", typeIndex(CSI.Type), in visitKnownRecord() 497 typeIndex(FS.Index), FS.ModFilenameOffset, *FileName, in visitKnownRecord() 504 typeIndex(FS.Index), FS.ModFilenameOffset, in visitKnownRecord() 561 P.formatLine("type = {0}, value = {1}", typeIndex(Constant.Type), in visitKnownRecord() 569 P.formatLine("type = {0}, addr = {1}", typeIndex(Data.Type), in visitKnownRecord() 676 P.formatLine("type = {0}, addr = {1} call size = {2}", typeIndex(HAS.Type), in visitKnownRecord() 776 typeIndex(Register.Index)); in visitKnownRecord() 813 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;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/ |
H A D | TFUtils.h | 59 int typeIndex() const { return TypeIndex; } in typeIndex() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TFUtils.cpp | 362 initInput(I, static_cast<TF_DataType>(InputSpec.typeIndex()), in TFModelEvaluatorImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1155 llvm::CallInst *typeIndex = in emitCatchDispatchBlock() local 1157 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock() 1160 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches"); in emitCatchDispatchBlock()
|