|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 2257 if (auto *BT = dyn_cast<DIBasicType>(getType()))
2641 getFile(), getLine(), getType(), isLocalToUnit(),
2780 getLine(), getType(), getArg(), getFlags(),
lib/Bitcode/Writer/BitcodeWriter.cpp 1816 Record.push_back(VE.getMetadataOrNullID(N->getType()));
1849 Record.push_back(VE.getMetadataOrNullID(N->getType()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 2626 ? getTypeIndexForReferenceTo(Var.DIVar->getType())
2627 : getCompleteTypeIndex(Var.DIVar->getType());
3090 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4);
3109 OS.EmitIntValue(getTypeIndex(DIGV->getType()).getIndex(), 4);
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp 122 const DIType *GTy = GV->getType();
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 228 return getVariable()->getType();
1579 static_cast<const Metadata *>(LocalVar->getType()));
lib/IR/DebugInfo.cpp 84 processType(GV->getType());
210 processType(DV->getType());
225 processType(DV->getType());
lib/IR/Verifier.cpp 1251 AssertDI(N.getType(), "missing global variable type", &N);
1266 if (auto Ty = N.getType())
1267 AssertDI(!isa<DISubroutineType>(Ty), "invalid type", &N, N.getType());
lib/Target/BPF/BTFDebug.cpp 889 visitTypeEntry(DV->getType());
1082 visitMapDefType(GVE->getVariable()->getType(), GVTypeId);
1084 visitTypeEntry(GVE->getVariable()->getType(), GVTypeId, false, false);
unittests/IR/MetadataTest.cpp 2156 EXPECT_EQ(Type, N->getType());
2272 EXPECT_EQ(Type, N->getType());