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

1 2 3 45 6

  /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/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 427 Die();
436 Die();
sanitizer_allocator.cc 200 Die();
sanitizer_posix.cc 332 Die();
sanitizer_posix_libcdep.cc 86 Die();
sanitizer_thread_registry.cc 141 Die();
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 214 Die();
220 Die();
tsan_mutex.cc 124 Die();
tsan_interceptors.cc 852 Die();
881 Die();
907 Die();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 21 #include "DIE.h"
40 class DIE;
103 /// labels are referenced is used to find debug_loc offset for a given DIE.
126 DIE *TheDIE; // Variable DIE.
139 void setDIE(DIE *D) { TheDIE = D; }
140 DIE *getDIE() const { return TheDIE; }
231 DenseMap<const MDNode *, DIE *> AbstractSPDies;
244 SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs;
248 typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels
    [all...]
  /external/v8/tools/release/
create_release.py 147 self.Die("Empty ChangeLog entry.")
223 self.Die("Commit message editing failed.")
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 147 EXPECT_CALL(decoder, Die()).Times(0);
151 EXPECT_CALL(decoder, Die()).Times(1); // Will be called when |db| is deleted.
neteq_external_decoder_unittest.cc 44 EXPECT_CALL(*external_decoder_, Die()).Times(0);
56 // Die() to be called.
57 EXPECT_CALL(*external_decoder_, Die()).Times(1);
payload_splitter_unittest.cc 422 EXPECT_CALL(decoder_database, Die());
453 EXPECT_CALL(decoder_database, Die());
574 EXPECT_CALL(decoder_database, Die());
658 EXPECT_CALL(decoder_database, Die());
709 EXPECT_CALL(decoder_database, Die());
741 EXPECT_CALL(decoder_database, Die());
    [all...]
delay_manager_unittest.cc 78 EXPECT_CALL(detector_, Die());
  /external/compiler-rt/lib/asan/
asan_thread.cc 127 Die();
139 // if fake_stack_save is null, the fiber will die, delete the fakestack
147 Die();
  /prebuilts/go/darwin-x86/src/cmd/cgo/
util.go 84 // Die with an error message.
  /prebuilts/go/linux-x86/src/cmd/cgo/
util.go 84 // Die with an error message.
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 34 class DIE;
465 /// \brief Recursively emit Dwarf DIE tree.
466 void emitDwarfDIE(const DIE &Die) const;
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red_unittest.cc 58 EXPECT_CALL(mock_encoder_, Die()).Times(1);
311 // AudioEncoderCng die via CHECKs.
  /prebuilts/clang/host/darwin-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/darwin-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;

Completed in 1245 milliseconds

1 2 3 45 6