HomeSort by: relevance | last modified time | path
    Searched defs:DbgInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 266 SDDbgInfo *DbgInfo;
1605 return DbgInfo->getSDDbgValues(SD);
1611 bool hasDebugValues() const { return !DbgInfo->empty(); }
1613 SDDbgInfo::DbgIterator DbgBegin() const { return DbgInfo->DbgBegin(); }
1614 SDDbgInfo::DbgIterator DbgEnd() const { return DbgInfo->DbgEnd(); }
1617 return DbgInfo->ByvalParmDbgBegin();
1620 return DbgInfo->ByvalParmDbgEnd();
1624 return DbgInfo->DbgLabelBegin();
1627 return DbgInfo->DbgLabelEnd();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp 3694 llvm::DIType *DbgInfo = nullptr;
3696 DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(*arrayType, loc);
3700 idx, DbgInfo);
4247 llvm::DIType *DbgInfo = CGF.getDebugInfo()->getOrCreateStandaloneType(
4254 addr, idx, CGF.getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo);
4300 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateRecordType(
4304 DbgInfo);
4391 llvm::DIType *DbgInfo = getDebugInfo()->getOrCreateStandaloneType(base.getType(),
4395 addr.getPointer(), getDebugInfoFIndex(rec, field->getFieldIndex()), DbgInfo),

Completed in 27 milliseconds