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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 249 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU,
265 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4,
286 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr, Start);
287 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr, End);
295 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU,
306 DIE *OriginDIE = TheCU->getDIE(InlinedSP);
326 TheCU->addDIEEntry(ScopeDIE, dwarf::DW_AT_abstract_origin,
333 TheCU->addUInt(ScopeDIE, dwarf::DW_AT_ranges, dwarf::DW_FORM_data4,
344 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_low_pc, dwarf::DW_FORM_addr,
346 TheCU->addLabel(ScopeDIE, dwarf::DW_AT_high_pc, dwarf::DW_FORM_addr,
    [all...]
DwarfDebug.h 327 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
332 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
338 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
422 void constructSubprogramDIE(CompileUnit *TheCU, const MDNode *N);
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 50 MDNode *TheCU;
70 const MDNode *getCU() { return TheCU; }
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 94 return TheCU;
112 return TheCU;
202 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
209 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
231 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
314 // FIXME - Eliminate TheCU.
315 TheCU = llvm::DICompileUnit(DBuilder.getCU())
    [all...]
CGDebugInfo.h 49 llvm::DICompileUnit TheCU;
  /external/llvm/lib/Analysis/
DIBuilder.cpp 32 : M(m), VMContext(M.getContext()), TheCU(0), TempEnumTypes(0),
117 TheCU = DICompileUnit(MDNode::get(VMContext, Elts));
121 NMD->addOperand(TheCU);
127 assert(TheCU && "Unable to create DW_TAG_file_type without CompileUnit");
133 NULL // TheCU
156 NULL, //TheCU,
179 NULL, //TheCU,
198 NULL, //TheCU,
217 NULL, //TheCU,
236 NULL, // TheCU,
    [all...]

Completed in 301 milliseconds