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

  /external/llvm/include/llvm/Analysis/
DebugInfo.h 204 DICompileUnit getCompileUnit() const{ return getFieldAs<DICompileUnit>(3); }
239 DICompileUnit getCompileUnit() const{
243 return getFieldAs<DIFile>(3).getCompileUnit();
283 return getCompileUnit().getDirectory();
289 return getCompileUnit().getFilename();
449 DICompileUnit getCompileUnit() const{
453 return getFieldAs<DIFile>(6).getCompileUnit();
518 return getCompileUnit().getFilename();
525 return getCompileUnit().getFilename();
559 DICompileUnit getCompileUnit() const{
    [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 370 DICompileUnit CU = getCompileUnit();
384 DICompileUnit CU = getCompileUnit();
405 DICompileUnit CU = getCompileUnit();
427 if (!getCompileUnit().Verify())
451 if (!getCompileUnit().Verify())
578 getCompileUnit().print(OS);
634 getCompileUnit().print(OS);
657 getCompileUnit().print(OS);
677 getCompileUnit().print(OS);
825 addCompileUnit(DIG.getCompileUnit());
    [all...]
DbgInfoPrinter.cpp 134 Unit = Var.getCompileUnit();
145 Unit = Var.getCompileUnit();
156 Unit = Var.getCompileUnit();
DIBuilder.cpp 535 F.getCompileUnit(),
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 316 CompileUnit *SPCU = getCompileUnit(SP);
454 CompileUnit *SPCU = getCompileUnit(SPNode);
527 CompileUnit *TheCU = getCompileUnit(Scope->getScopeNode());
589 CompileUnit *TheCU = getCompileUnit(InlinedSP);
661 CompileUnit *VariableCU = getCompileUnit(DV->getVariable());
803 ScopeDIE = getCompileUnit(DS)->getDIE(DS);
826 getCompileUnit(DS)->addPubTypes(DISubprogram(DS));
    [all...]
DwarfDebug.h 430 CompileUnit *getCompileUnit(const MDNode *N) const;
DwarfCompileUnit.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 386 raw_fd_ostream *&os = GcnoFiles[SP.getCompileUnit()];

Completed in 71 milliseconds