Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp172 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1931 getContainingType(), getVirtualIndex(), in cloneImpl()
2050 DIType *getContainingType() const { in getContainingType() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1295 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp571 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1548 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1876 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()