Home
last modified time | relevance | path

Searched refs:getContainingType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp172 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp380 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp552 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1883 getContainingType(), getVirtualIndex(), in cloneImpl()
2002 DIType *getContainingType() const { in getContainingType() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1297 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1555 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2310 EXPECT_EQ(ContainingType, N->getContainingType()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1837 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()