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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 45 void NORETURN Die() {
64 Die();
77 Die();
98 Die();
218 Die();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 17 #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"
319 DIE* Die) {
322 TheCU->addAccelName(SP.getName(), Die);
327 TheCU->addAccelName(SP.getLinkageName(), Die);
334 TheCU->addAccelObjC(Class, Die);
336 TheCU->addAccelObjC(Category, Die);
338 TheCU->addAccelName(getObjCMethodName(SP.getName()), Die);
342 // Find DIE for the given subprogram and attach appropriate DW_AT_low_pc
345 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU
    [all...]

Completed in 46 milliseconds