Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp167 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp380 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h115 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugInfo.cpp432 DITypeRef ContainingType(map(MDS->getContainingType())); in getReplacementSubprogram()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1738 getContainingType(), getVirtualIndex(),
1838 DITypeRef getContainingType() const {
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1213 std::make_pair(&SPDie, resolve(SP->getContainingType()))); in applySubprogramAttributes()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1646 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()