|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 1688 getFile(), getLine(), getType(), getScopeLine(),
lib/Bitcode/Writer/BitcodeWriter.cpp 1678 Record.push_back(VE.getMetadataOrNullID(N->getType()));
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);
456 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName());
458 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO);
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp 825 DITypeRefArray FnArgs = Sub->getType()->getTypeArray();
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 1229 if (const DISubroutineType *SPTy = SP->getType()) {
lib/IR/DebugInfo.cpp 187 processType(SP->getType());
430 auto *Type = cast_or_null<DISubroutineType>(map(MDS->getType()));
lib/Target/BPF/BTFDebug.cpp 897 visitSubroutineType(SP->getType(), true, FuncArgNames, ProtoTypeId);
lib/Transforms/Utils/CloneFunction.cpp 135 MD[SP->getType()].reset(SP->getType());
135 MD[SP->getType()].reset(SP->getType());
unittests/IR/IRBuilderTest.cpp 745 EXPECT_EQ(SP->getType(), GSP->getType());
745 EXPECT_EQ(SP->getType(), GSP->getType());
unittests/IR/MetadataTest.cpp 1830 EXPECT_EQ(Type, N->getType());