HomeSort by relevance Sort by last modified time
    Searched defs:DIE (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h 29 /// independently of whether they are emitted into a DIE or into a .debug_loc
140 DIELoc ¨
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DIE.cpp 1 //===--- lib/CodeGen/DIE.cpp - DWARF Info Entries -------------------------===//
14 #include "DIE.h"
107 // DIE Implementation
110 DIE::~DIE() {
115 /// addSiblingOffset - Add a sibling offset field to the front of the DIE.
117 DIEValue *DIE::addSiblingOffset(BumpPtrAllocator &A) {
125 void DIE::print(raw_ostream &O, unsigned IncIndent) {
132 << "Die: "
172 void DIE::dump()
    [all...]
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
110 /// DIE - A structured debug information entry. Has an abbreviation which
114 class DIE {
130 std::vector<DIE *> Children;
132 DIE *Parent;
141 explicit DIE(unsigned Tag)
144 virtual ~DIE();
152 const std::vector<DIE *> &getChildren() const { return Children; }
154 DIE *getParent() const { return Parent; }
159 /// addValue - Add a value and attributes to a DIE
    [all...]
  /external/vboot_reference/futility/
futility.h 82 #ifndef DIE
83 #define DIE do { \
  /external/clang/test/Parser/
cxx-decl.cpp 174 struct DIE {
178 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) {
179 DIE.foo(); // expected-error {{cannot use dot operator on a type}}
180 die.foo();
182 DIE->foo(); // expected-error {{cannot use arrow operator on a type}
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 165 for (auto &DIE : DieArray) {
167 SiblingChain->setSibling(&DIE);
170 DIE.getAbbreviationDeclarationPtr()) {
171 // Normal DIE.
173 ParentChain.push_back(&DIE);
176 SiblingChain = &DIE;
194 // Set the offset to that of the first DIE and calculate the start of the
198 DWARFDebugInfoEntryMinimal DIE;
202 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) {
205 Dies.push_back(DIE);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HotSpotSystem.java 42 public static final int DIE = 9;
  /bionic/libc/kernel/uapi/linux/
atmmpc.h 99 #define DIE 207
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk.c 15 #define DIE return 0;
18 #define DIE return 1;
382 if ( argc == 1 ) { help(); DIE; }
genmk_old.c 14 #define DIE return 0;
17 #define DIE return 1;
262 if ( argc == 1 ) { help(); DIE; }
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 106 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmmpc.h 105 #define DIE 207 /* tell the daemon to exit() */
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 250 #define DIE(msg) do{\
  /external/llvm/include/llvm/CodeGen/
DIE.h 1 //===--- lib/CodeGen/DIE.h - DWARF Info Entries -----------------*- C++ -*-===//
107 /// DIEInteger - An integer value DIE.
147 /// DIEExpr - An expression DIE.
166 /// DIELabel - A label DIE.
185 /// DIEDelta - A simple label difference DIE.
222 class DIE;
224 DIE *Entry;
229 explicit DIEEntry(DIE &E) : Entry(&E) {}
231 DIE &getEntry() const { return *Entry; }
325 destruct<DIE##T>()
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 137 #define DIE(msg) do{\
378 DIE("no memory");
492 DIE("bug in cleanup");
566 DIE("no response");
582 //DIE("no queue");
604 DIE("error on parsing headers");
606 DIE("No memory");
612 DIE("No memory");
621 DIE("No memory");
632 DIE("No memory")
    [all...]
  /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/darwin-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// 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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
DIE.h 1 //===- lib/CodeGen/DIE.h - DWARF Info Entries -------------------*- C++ -*-===//
40 class DIE;
131 /// This class will unique the DIE abbreviations for a llvm::DIE object and
148 /// Generate the abbreviation declaration for a DIE and return a pointer to
151 /// \param Die the debug info entry to generate the abbreviation for.
154 DIEAbbrev &uniqueAbbreviation(DIE &Die);
161 /// An integer value DIE.
200 /// An expression DIE
    [all...]

Completed in 2064 milliseconds

1 2