HomeSort by relevance Sort by last modified time
    Searched refs:DICompositeType (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
DebugInfo.h 390 /// DICompositeType - This descriptor holds a type that can refer to multiple
393 class DICompositeType : public DIDerivedType {
395 explicit DICompositeType(const MDNode *N = 0)
403 DICompositeType getContainingType() const {
404 return getFieldAs<DICompositeType>(12);
472 DICompositeType getType() const { return getFieldAs<DICompositeType>(8); }
475 /// DIType or as DICompositeType.
477 DICompositeType DCT(getFieldAs<DICompositeType>(8))
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 167 /// DICompositeType.
405 bool DICompositeType::Verify() const {
422 DICompositeType Ty = getType();
685 DICompositeType(DbgNode).print(OS);
705 void DICompositeType::print(raw_ostream &OS) const {
830 void DICompositeType::dump() const {
1024 DICompositeType DCT(DT);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 266 /// constructTypeDIE - Construct type DIE from DICompositeType.
268 DICompositeType CTy);
273 /// constructArrayTypeDIE - Construct array type DIE from DICompositeType.
275 DICompositeType *CTy);
DwarfCompileUnit.cpp 368 DICompositeType blockStruct = DICompositeType(TmpTy);
594 constructTypeDIE(*TyDIE, DICompositeType(Ty));
643 DICompositeType SPTy = SP.getType();
708 /// constructTypeDIE - Construct type DIE from DICompositeType.
709 void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
815 DICompositeType ContainingType = CTy.getContainingType();
    [all...]
DwarfDebug.cpp 105 DICompositeType blockStruct = DICompositeType(subType);
209 DICompositeType SPTy = SP.getType();
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 728 llvm::DIArray Args = llvm::DICompositeType(FnTy).getTypeArray();
    [all...]

Completed in 68 milliseconds