Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp172 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
HDTypeDumpVisitor.cpp380 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1753 getContainingType(), getVirtualIndex(), in cloneImpl()
1872 DIType *getContainingType() const { in getContainingType() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroSplit.cpp986 Decl->getScopeLine(), Decl->getContainingType(), in create()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfUnit.cpp1329 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp669 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp1542 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp2349 printTypeIndex("ClassType", MI.getContainingType(), StreamTPI); in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2013 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()