Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1753 getContainingType(), getVirtualIndex(), in cloneImpl()
1872 DIType *getContainingType() const { in getContainingType() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp986 Decl->getScopeLine(), Decl->getContainingType(), in create()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1329 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp669 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1542 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2349 printTypeIndex("ClassType", MI.getContainingType(), StreamTPI); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2013 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()