Searched refs:Die (Results 1 - 25 of 112) sorted by relevance

12345

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dabort_on_error.cc14 void Die();
18 __sanitizer::Die();
/external/webrtc/webrtc/common_audio/vad/mock/
H A Dmock_vad.h22 virtual ~MockVad() { Die(); }
23 MOCK_METHOD0(Die, void());
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_buffer_level_filter.h22 virtual ~MockBufferLevelFilter() { Die(); }
23 MOCK_METHOD0(Die,
H A Dmock_delay_peak_detector.h22 virtual ~MockDelayPeakDetector() { Die(); }
23 MOCK_METHOD0(Die, void());
H A Dmock_dtmf_tone_generator.h22 virtual ~MockDtmfToneGenerator() { Die(); }
23 MOCK_METHOD0(Die, void());
H A Dmock_dtmf_buffer.h23 virtual ~MockDtmfBuffer() { Die(); }
24 MOCK_METHOD0(Die, void());
H A Dmock_audio_decoder.h23 virtual ~MockAudioDecoder() { Die(); }
24 MOCK_METHOD0(Die, void());
H A Dmock_delay_manager.h25 virtual ~MockDelayManager() { Die(); }
26 MOCK_METHOD0(Die, void());
H A Dmock_expand.h34 virtual ~MockExpand() { Die(); }
35 MOCK_METHOD0(Die, void());
H A Dmock_packet_buffer.h24 virtual ~MockPacketBuffer() { Die(); }
25 MOCK_METHOD0(Die, void());
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Ddie.h15 #define SANDBOX_DIE(m) sandbox::Die::SandboxDie(m, __FILE__, __LINE__)
19 #define RAW_SANDBOX_DIE(m) sandbox::Die::RawSandboxDie(m)
22 #define SANDBOX_INFO(m) sandbox::Die::SandboxInfo(m, __FILE__, __LINE__)
24 class SANDBOX_EXPORT Die { class in namespace:sandbox
63 DISALLOW_IMPLICIT_CONSTRUCTORS(Die);
H A Ddie.cc24 void Die::ExitGroup() {
55 void Die::SandboxDie(const char* msg, const char* file, int line) {
64 void Die::RawSandboxDie(const char* msg) {
71 void Die::SandboxInfo(const char* msg, const char* file, int line) {
77 void Die::LogToStderr(const char* msg, const char* file, int line) {
90 bool Die::simple_exit_ = false;
91 bool Die::suppress_info_ = false;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h141 virtual void addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) { argument
145 virtual void addGlobalType(const DIType *Ty, const DIE &Die, argument
166 void addFlag(DIE &Die, dwarf::Attribute Attribute);
169 void addUInt(DIEValueList &Die, dwarf::Attribute Attribute,
175 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
186 void addString(DIE &Die, dwarf::Attribute Attribute, StringRef Str);
189 DIEValueList::value_iterator addLabel(DIEValueList &Die,
194 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
197 void addSectionOffset(DIE &Die, dwar
[all...]
H A DDwarfFile.cpp31 DIEAbbrev &DwarfFile::assignAbbrevNumber(DIE &Die) { argument
33 DIEAbbrev Abbrev = Die.generateAbbrev();
39 Die.setAbbrevNumber(Existing->getNumber());
47 Die.setAbbrevNumber(Abbreviations.size());
66 DIE &Die = TheU->getUnitDie(); local
72 Asm->emitDwarfDIE(Die);
100 unsigned DwarfFile::computeSizeAndOffset(DIE &Die, unsigned Offset) { argument
102 const DIEAbbrev &Abbrev = assignAbbrevNumber(Die);
105 Die.setOffset(Offset);
108 Offset += getULEB128Size(Die
[all...]
H A DDIEHash.h88 uint64_t computeCUSignature(const DIE &Die);
91 uint64_t computeTypeSignature(const DIE &Die);
95 /// \brief Adds the parent context of \param Die to the hash.
96 void addParentContext(const DIE &Die);
98 /// \brief Adds the attributes of \param Die to the hash.
99 void addAttributes(const DIE &Die);
102 void computeHash(const DIE &Die);
119 /// \brief Collects the attributes of DIE \param Die into the \param Attrs
121 void collectAttributes(const DIE &Die, DIEAttrs &Attrs);
150 void hashNestedType(const DIE &Die, StringRe
[all...]
H A DDIEHash.cpp33 static StringRef getDIEStringAttr(const DIE &Die, uint16_t Attr) { argument
36 for (const auto &V : Die.values())
101 const DIE &Die = **I; local
107 addULEB128(Die.getTag());
110 StringRef Name = getDIEStringAttr(Die, dwarf::DW_AT_name);
118 void DIEHash::collectAttributes(const DIE &Die, DIEAttrs &Attrs) { argument
124 for (const auto &V : Die.values()) {
422 // Add all of the attributes for \param Die to the hash.
423 void DIEHash::addAttributes(const DIE &Die) { argument
425 collectAttributes(Die, Attr
429 hashNestedType(const DIE &Die, StringRef Name) argument
444 computeHash(const DIE &Die) argument
475 computeCUSignature(const DIE &Die) argument
496 computeTypeSignature(const DIE &Die) argument
[all...]
H A DDwarfFile.h75 unsigned computeSizeAndOffset(DIE &Die, unsigned Offset);
86 /// Compute the abbreviation for \c Die, look up its unique number, and
88 DIEAbbrev &assignAbbrevNumber(DIE &Die);
120 void insertDIE(const MDNode *TypeMD, DIE *Die) { argument
121 DITypeNodeToDieMap.insert(std::make_pair(TypeMD, Die));
H A DDwarfCompileUnit.h104 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
109 void addLocalLabelAddress(DIE &Die, dwarf::Attribute Attribute,
113 DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute,
138 DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute,
215 void addGlobalName(StringRef Name, DIE &Die, const DIScope *Context) override;
218 void addGlobalType(const DIType *Ty, const DIE &Die,
226 void addVariableAddress(const DbgVariable &DV, DIE &Die,
229 void addAddress(DIE &Die, dwarf::Attribute Attribute,
236 void addComplexAddress(const DbgVariable &DV, DIE &Die,
241 void addLocationList(DIE &Die, dwar
[all...]
H A DDwarfAccelTable.h168 const DIE *Die; // Offsets member in struct:llvm::DwarfAccelTable::HashDataContents
171 HashDataContents(const DIE *D, char Flags) : Die(D), Flags(Flags) {}
174 O << " Offset: " << Die->getOffset() << "\n";
175 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n";
208 O << " Offset: " << C->Die->getOffset() << "\n";
209 O << " Tag: " << dwarf::TagString(C->Die->getTag()) << "\n";
247 void AddName(DwarfStringPoolEntryRef Name, const DIE *Die, char Flags = 0);
H A DDwarfUnit.cpp184 void DwarfUnit::addFlag(DIE &Die, dwarf::Attribute Attribute) { argument
186 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag_present,
189 Die.addValue(DIEValueAllocator, Attribute, dwarf::DW_FORM_flag,
193 void DwarfUnit::addUInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
197 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute, argument
209 Die.addValue(DIEValueAllocator, Attribute, *Form, DIEInteger(Integer));
212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, argument
214 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
217 void DwarfUnit::addString(DIE &Die, dwar argument
224 addLabel(DIEValueList &Die, dwarf::Attribute Attribute, dwarf::Form Form, const MCSymbol *Label) argument
231 addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) argument
235 addSectionOffset(DIE &Die, dwarf::Attribute Attribute, uint64_t Integer) argument
248 addOpAddress(DIELoc &Die, const MCSymbol *Sym) argument
259 addLabelDelta(DIE &Die, dwarf::Attribute Attribute, const MCSymbol *Hi, const MCSymbol *Lo) argument
265 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIE &Entry) argument
269 addDIETypeSignature(DIE &Die, uint64_t Signature) argument
280 addDIETypeSignature(DIE &Die, dwarf::Attribute Attribute, StringRef Identifier) argument
287 addDIEEntry(DIE &Die, dwarf::Attribute Attribute, DIEEntry Entry) argument
302 DIE &Die = Parent.addChild(DIE::get(DIEValueAllocator, (dwarf::Tag)Tag)); local
308 addBlock(DIE &Die, dwarf::Attribute Attribute, DIELoc *Loc) argument
315 addBlock(DIE &Die, dwarf::Attribute Attribute, DIEBlock *Block) argument
322 addSourceLine(DIE &Die, unsigned Line, StringRef File, StringRef Directory) argument
333 addSourceLine(DIE &Die, const DILocalVariable *V) argument
340 addSourceLine(DIE &Die, const DIGlobalVariable *G) argument
346 addSourceLine(DIE &Die, const DISubprogram *SP) argument
352 addSourceLine(DIE &Die, const DIType *Ty) argument
358 addSourceLine(DIE &Die, const DIObjCProperty *Ty) argument
364 addSourceLine(DIE &Die, const DINamespace *NS) argument
437 addBlockByrefAddress(const DbgVariable &DV, DIE &Die, dwarf::Attribute Attribute, const MachineLocation &Location) argument
564 addConstantFPValue(DIE &Die, const MachineOperand &MO) argument
586 addConstantFPValue(DIE &Die, const ConstantFP *CFP) argument
591 addConstantValue(DIE &Die, const ConstantInt *CI, const DIType *Ty) argument
596 addConstantValue(DIE &Die, const MachineOperand &MO, const DIType *Ty) argument
603 addConstantValue(DIE &Die, bool Unsigned, uint64_t Val) argument
610 addConstantValue(DIE &Die, const APInt &Val, const DIType *Ty) argument
614 addConstantValue(DIE &Die, const APInt &Val, bool Unsigned) argument
643 addLinkageName(DIE &Die, StringRef LinkageName) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dcomfort_noise_unittest.cc26 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
H A Dnormal_unittest.cc43 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
88 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
89 EXPECT_CALL(expand, Die()); // Called when |expand| goes out of scope.
120 EXPECT_CALL(db, Die()); // Called when |db| goes out of scope.
121 EXPECT_CALL(expand, Die()); // Called when |expand| goes out of scope.
/external/compiler-rt/lib/scudo/
H A Dscudo_termination.cpp26 void NORETURN Die() { function in namespace:__sanitizer
38 Die();
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h39 /// Die - Compile unit debug information entry.
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; } argument
145 void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);
149 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
153 void addString(DIE *Die, unsigned Attribute, unsigned Form,
158 void addLabel(DIE *Die, unsigned Attribute, unsigned Form,
163 void addDelta(DIE *Die, unsigned Attribute, unsigned Form,
168 void addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry);
172 void addBlock(DIE *Die, unsigne
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/mock/
H A Dmock_audio_encoder.h22 ~MockAudioEncoder() override { Die(); }
23 MOCK_METHOD0(Die, void());

Completed in 303 milliseconds

12345