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

  /external/llvm/include/llvm/
DIBuilder.h 32 class DICompositeType;
285 DICompositeType createStructType(DIDescriptor Scope, StringRef Name,
302 DICompositeType createUnionType(
340 DICompositeType createArrayType(uint64_t Size, uint64_t AlignInBits,
360 DICompositeType createEnumerationType(
369 DICompositeType createSubroutineType(DIFile File, DIArray ParameterTypes);
DebugInfo.h 355 /// DICompositeType - This descriptor holds a type that can refer to multiple
358 class DICompositeType : public DIDerivedType {
362 explicit DICompositeType(const MDNode *N = 0)
370 DICompositeType getContainingType() const {
371 return getFieldAs<DICompositeType>(12);
430 DICompositeType getType() const { return getFieldAs<DICompositeType>(8); }
433 /// DIType or as DICompositeType.
435 DICompositeType DCT(getFieldAs<DICompositeType>(8))
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 57 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
211 /// DICompositeType.
468 bool DICompositeType::Verify() const {
485 DICompositeType Ty = getType();
823 DICompositeType llvm::getDICompositeType(DIType T) {
825 return DICompositeType(T);
830 return DICompositeType();
899 DICompositeType DCT(DT);
1026 DICompositeType(DbgNode).printInternal(OS);
    [all...]
DIBuilder.cpp 490 // TAG_class_type is encoded in DICompositeType format.
513 DICompositeType DIBuilder::createStructType(DIDescriptor Context,
522 // TAG_structure_type is encoded in DICompositeType format.
539 DICompositeType R(MDNode::get(VMContext, Elts));
545 DICompositeType DIBuilder::createUnionType(
549 // TAG_union_type is encoded in DICompositeType format.
565 return DICompositeType(MDNode::get(VMContext, Elts));
569 DICompositeType
571 // TAG_subroutine_type is encoded in DICompositeType format.
587 return DICompositeType(MDNode::get(VMContext, Elts))
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 348 /// constructTypeDIE - Construct type DIE from DICompositeType.
350 DICompositeType CTy);
355 /// constructArrayTypeDIE - Construct array type DIE from DICompositeType.
357 DICompositeType *CTy);
DwarfCompileUnit.cpp 512 DICompositeType blockStruct = DICompositeType(TmpTy);
738 constructTypeDIE(*TyDIE, DICompositeType(Ty));
748 DICompositeType CT(Ty);
802 DICompositeType SPTy = SP.getType();
870 /// constructTypeDIE - Construct type DIE from DICompositeType.
871 void CompileUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) {
    [all...]
DwarfDebug.cpp 144 DICompositeType blockStruct = DICompositeType(subType);
380 DICompositeType SPTy = SP.getType();
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 1369 milliseconds