Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp168 StringRef Class = Types.getTypeName(MI.getContainingType()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp379 printTypeIndex("ClassType", MI.getContainingType()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h108 TypeIndex getContainingType() const { return ContainingType; } in getContainingType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp520 cast_or_null<DIType>(map(MDS->getContainingType())); in getReplacementSubprogram()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1896 getContainingType(), getVirtualIndex(), in cloneImpl()
2009 DIType *getContainingType() const { in getContainingType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1238 ContainingTypeMap.insert(std::make_pair(&SPDie, SP->getContainingType())); in applySubprogramAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1800 Record.push_back(VE.getMetadataOrNullID(N->getContainingType())); in writeDISubprogram()