HomeSort by relevance Sort by last modified time
    Searched defs:DIE (Results 1 - 25 of 34) 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
125 DIELoc ¨
128 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
  /external/vboot_reference/futility/
futility.h 82 #ifndef DIE
83 #define DIE do { \
  /external/clang/test/Parser/
cxx-decl.cpp 165 struct DIE {
169 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) {
170 DIE.foo(); // expected-error {{cannot use dot operator on a type}}
171 die.foo();
173 DIE->foo(); // expected-error {{cannot use arrow operator on a type}
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 164 for (auto &DIE : DieArray) {
166 SiblingChain->setSibling(&DIE);
169 DIE.getAbbreviationDeclarationPtr()) {
170 // Normal DIE.
172 ParentChain.push_back(&DIE);
175 SiblingChain = ¨
193 // Set the offset to that of the first DIE and calculate the start of the
197 DWARFDebugInfoEntryMinimal DIE;
201 while (DIEOffset < NextCUOffset && DIE.extractFast(this, &DIEOffset)) {
204 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 119 #define DIE 207
  /development/ndk/platforms/android-21/include/linux/
atmmpc.h 119 #define DIE 207
  /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/current/platforms/android-21/arch-arm/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
atmmpc.h 119 #define DIE 207
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
atmmpc.h 119 #define DIE 207

Completed in 967 milliseconds

1 2