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

  /external/swiftshader/third_party/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 326 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
331 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
337 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
421 void constructSubprogramDIE(CompileUnit *TheCU, const MDNode *N);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 457 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
459 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
460 D->addChild(TheCU.constructImportedEntityDIE(N));
544 auto &TheCU = *P.second;
547 TheCU.constructContainingTypeDIEs();
552 auto *SkCU = TheCU.getSkeleton();
555 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie());
556 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id,
581 DwarfCompileUnit &U = SkCU ? *SkCU : TheCU;
    [all...]
DwarfDebug.h 428 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
438 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 605 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
609 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
610 D->addChild(TheCU.constructImportedEntityDIE(N));
770 auto &TheCU = *P.second;
773 TheCU.constructContainingTypeDIEs();
778 auto *SkCU = TheCU.getSkeleton();
782 DIEHash(Asm).computeCUSignature(DWOName, TheCU.getUnitDie());
784 TheCU.setDWOId(ID);
787 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id
    [all...]
DwarfDebug.h 342 DbgVariable *createConcreteVariable(DwarfCompileUnit &TheCU,
462 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
472 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
481 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 157 Mod ? Mod : TheCU);
315 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
316 remapDIPath(TheCU->getDirectory()));
323 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
324 remapDIPath(TheCU->getDirectory()));
344 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
345 remapDIPath(TheCU->getDirectory()));
456 // FIXME - Eliminate TheCU.
457 TheCU = DBuilder.createCompileUnit(
479 "objc_class", TheCU,
    [all...]
CGDebugInfo.h 59 llvm::DICompileUnit *TheCU = nullptr;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 50 MDNode *TheCU;
70 const MDNode *getCU() { return TheCU; }
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 93 DICompileUnit *TheCU;
835 Scope = TheCU;
    [all...]
  /external/swiftshader/third_party/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 93 DICompileUnit *TheCU;
835 Scope = TheCU;
    [all...]

Completed in 335 milliseconds