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

1 2 3

  /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
  /development/ndk/platforms/android-21/include/linux/
atmmpc.h 119 #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 105 #define DIE 207 /* tell the daemon to exit() */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmmpc.h 105 #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() */
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
atmmpc.h 119 #define DIE 207

Completed in 1166 milliseconds

1 2 3