HomeSort by relevance Sort by last modified time
    Searched refs:Die (Results 126 - 145 of 145) sorted by null

1 2 3 4 56

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
AsmPrinter.h 41 class DIE;
531 /// \brief Recursively emit Dwarf DIE tree.
532 void emitDwarfDIE(const DIE &Die) const;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 342 Die(); // Unreachable.
489 Die();
509 Die();
    [all...]
sanitizer_coverage_libcdep.cc 196 Die();
337 Die();
    [all...]
sanitizer_mac.cc 443 Die();
sanitizer_common.h 337 void NORETURN Die();
351 // Specific tools may override behavior of "Die" and "CheckFailed" functions
355 // It's possible to add several callbacks that would be run when "Die" is
sanitizer_allocator.h 577 Die();
    [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 10 #include "llvm/CodeGen/DIE.h"
41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
43 Die.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
44 uint64_t MD5Res = Hash.computeTypeSignature(Die);
50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
59 // The exact same hash GCC produces for this DIE.
65 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 182 Die();
tsan_rtl_report.cc 39 // since we are going to die soon.
45 Die();
531 Die();
tsan_rtl.cc 283 Die();
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 377 Die();
  /external/compiler-rt/lib/asan/
asan_report.cc 671 // Die() to bypass any additional checks.
713 Die();
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 88 Die(); \
    [all...]
  /external/bison/
maint.mk 43 # return it. Die otherwise.
123 # Validate and return $(RELEASE_TYPE), or die.
533 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
741 die=0; \
745 && : || { die=1; echo $$i; } \
747 test $$die = 1 && \
    [all...]

Completed in 1242 milliseconds

1 2 3 4 56