Searched defs:Die (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Ddie.h13 class Die { class in namespace:playground2
17 #define SANDBOX_DIE(m) playground2::Die::SandboxDie(m, __FILE__, __LINE__)
20 #define SANDBOX_INFO(m) playground2::Die::SandboxInfo(m, __FILE__, __LINE__)
57 DISALLOW_IMPLICIT_CONSTRUCTORS(Die);
/external/clang/test/Parser/
H A Dcxx-decl.cpp169 void test (DIE die, DIE *Die, DIE INT, DIE *FLOAT) { argument
174 Die->foo();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc45 void NORETURN Die() { function in namespace:__sanitizer
64 Die();
77 Die();
93 Die();
184 Die();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.h196 DIE *Die; // Offsets member in struct:llvm::DwarfAccelTable::HashDataContents
200 Die(D),
204 O << " Offset: " << Die->getOffset() << "\n";
205 O << " Tag: " << dwarf::TagString(Die->getTag()) << "\n";
229 O << " Offset: " << Data[i]->Die->getOffset() << "\n";
230 O << " Tag: " << dwarf::TagString(Data[i]->Die->getTag()) << "\n";
H A DDwarfCompileUnit.h46 /// Die - Compile unit debug information entry.
132 void addGlobalName(StringRef Name, DIE *Die) { GlobalNames[Name] = Die; } argument
140 void addAccelName(StringRef Name, DIE *Die) { argument
142 DIEs.push_back(Die);
144 void addAccelObjC(StringRef Name, DIE *Die) { argument
146 DIEs.push_back(Die);
148 void addAccelNamespace(StringRef Name, DIE *Die) { argument
150 DIEs.push_back(Die);
152 void addAccelType(StringRef Name, std::pair<DIE *, unsigned> Die) { argument
[all...]
H A DDwarfCompileUnit.cpp102 void CompileUnit::addFlag(DIE *Die, unsigned Attribute) { argument
104 Die->addValue(Attribute, dwarf::DW_FORM_flag_present,
107 addUInt(Die, Attribute, dwarf::DW_FORM_flag, 1);
112 void CompileUnit::addUInt(DIE *Die, unsigned Attribute, argument
117 Die->addValue(Attribute, Form, Value);
122 void CompileUnit::addSInt(DIE *Die, unsigned Attribute, argument
126 Die->addValue(Attribute, Form, Value);
134 void CompileUnit::addString(DIE *Die, unsigned Attribute, StringRef String) { argument
152 Die->addValue(Attribute, Form, Str);
157 void CompileUnit::addLocalString(DIE *Die, unsigne argument
172 addExpr(DIE *Die, unsigned Attribute, unsigned Form, const MCExpr *Expr) argument
180 addLabel(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Label) argument
189 addLabelAddress(DIE *Die, unsigned Attribute, MCSymbol *Label) argument
209 addOpAddress(DIE *Die, const MCSymbol *Sym) argument
221 addDelta(DIE *Die, unsigned Attribute, unsigned Form, const MCSymbol *Hi, const MCSymbol *Lo) argument
229 addDIEEntry(DIE *Die, unsigned Attribute, unsigned Form, DIE *Entry) argument
236 addBlock(DIE *Die, unsigned Attribute, unsigned Form, DIEBlock *Block) argument
245 addSourceLine(DIE *Die, DIVariable V) argument
263 addSourceLine(DIE *Die, DIGlobalVariable G) argument
280 addSourceLine(DIE *Die, DISubprogram SP) argument
299 addSourceLine(DIE *Die, DIType Ty) argument
316 addSourceLine(DIE *Die, DIObjCProperty Ty) argument
334 addSourceLine(DIE *Die, DINameSpace NS) argument
353 addVariableAddress(const DbgVariable &DV, DIE *Die, MachineLocation Location) argument
396 addAddress(DIE *Die, unsigned Attribute, const MachineLocation &Location, bool Indirect) argument
418 addComplexAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
511 addBlockByrefAddress(const DbgVariable &DV, DIE *Die, unsigned Attribute, const MachineLocation &Location) argument
603 addConstantValue(DIE *Die, const MachineOperand &MO, DIType Ty) argument
627 addConstantFPValue(DIE *Die, const MachineOperand &MO) argument
651 addConstantFPValue(DIE *Die, const ConstantFP *CFP) argument
656 addConstantValue(DIE *Die, const ConstantInt *CI, bool Unsigned) argument
662 addConstantValue(DIE *Die, const APInt &Val, bool Unsigned) argument
729 addToContextOwner(DIE *Die, DIDescriptor Context) argument
[all...]
H A DDwarfDebug.h253 unsigned computeSizeAndOffset(DIE *Die, unsigned Offset);
300 unsigned getCUOffset(DIE *Die);
485 unsigned computeSizeAndOffset(DIE *Die, unsigned Offset);
659 void addTypeUnitType(DIE *Die) { TypeUnits.push_back(Die); } argument
668 void emitDIE(DIE *Die, std::vector<DIEAbbrev *> *Abbrevs);
H A DDwarfDebug.cpp332 DIE* Die) {
335 TheCU->addAccelName(SP.getName(), Die);
340 TheCU->addAccelName(SP.getLinkageName(), Die);
347 TheCU->addAccelObjC(Class, Die);
349 TheCU->addAccelObjC(Category, Die);
351 TheCU->addAccelName(getObjCMethodName(SP.getName()), Die); local
697 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit); local
699 DIUnit.getLanguage(), Die, N, Asm,
707 NewCU->addString(Die, dwarf::DW_AT_producer, DIUnit.getProducer());
708 NewCU->addUInt(Die, dwar
331 addSubprogramNames(CompileUnit *TheCU, DISubprogram SP, DIE* Die) argument
970 getDIEStringAttr(DIE *Die, unsigned Attr) argument
1020 DIE *Die = *I; local
1039 addDIEODRSignature(MD5 &Hash, CompileUnit *CU, DIE *Die) argument
1074 isContainedInAnonNamespace(DIE *Die) argument
1089 shouldAddODRHash(CompileUnit *CU, DIE *Die) argument
1115 DIE *Die = TypeUnits[i]; local
1929 computeSizeAndOffset(DIE *Die, unsigned Offset) argument
2031 emitDIE(DIE *Die, std::vector<DIEAbbrev *> *Abbrevs) argument
2137 DIE *Die = TheCU->getCUDie(); local
2167 getCUOffset(DIE *Die) argument
2771 DIE *Die = new DIE(dwarf::DW_TAG_compile_unit); local
[all...]

Completed in 173 milliseconds