HomeSort by relevance Sort by last modified time
    Searched defs:DIE (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
39 class DIE;
130 /// This class will unique the DIE abbreviations for a llvm::DIE object and
146 /// Generate the abbreviation declaration for a DIE and return a pointer to
149 /// \param Die the debug info entry to generate the abbreviation for.
152 DIEAbbrev &uniqueAbbreviation(DIE &Die);
159 /// An integer value DIE.
198 /// An expression DIE
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 299 InitListExpr *IList, DesignatedInitExpr *DIE,
553 ExprResult DIE = SemaRef.BuildCXXDefaultInitExpr(Loc, Field);
554 if (DIE.isInvalid()) {
559 ILE->setInit(Init, DIE.get());
561 ILE->updateInit(SemaRef.Context, Init, DIE.get());
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 368 milliseconds

1 23