HomeSort by relevance Sort by last modified time
    Searched defs:Die (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 42 void Die() {
70 Die();
tsan_platform_linux.cc 48 void Die() {
96 Die();
108 Die();
152 Die();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 46 void NORETURN Die() {
53 Die();
  /external/compiler-rt/lib/asan/
asan_rtl.cc 33 void Die() {
36 // Don't die twice - run a busy loop.
165 Die();
367 Die();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 26 #include "DIE.h"
65 class DIE;
129 eAtomTypeDIEOffset = 1u, // DIE offset, check form for encoding
130 eAtomTypeCUOffset = 2u, // DIE offset of the compiler unit header that
196 DIE *Die; // Offsets
199 HashDataContents(DIE *D, char Flags) :
200 Die(D),
204 O << " Offset: " << Die->getOffset() << "\n";
205 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n"
    [all...]
DwarfDebug.cpp 16 #include "DIE.h"
276 DIE* Die) {
279 TheCU->addAccelName(SP.getName(), Die);
284 TheCU->addAccelName(SP.getLinkageName(), Die);
291 TheCU->addAccelObjC(Class, Die);
293 TheCU->addAccelObjC(Category, Die);
295 TheCU->addAccelName(getObjCMethodName(SP.getName()), Die);
299 /// updateSubprogramScopeDIE - Find DIE for the given subprogram and
303 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU
    [all...]

Completed in 58 milliseconds