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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
42 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
48 CGDebugInfo::~CGDebugInfo() {
53 void CGDebugInfo::setLocation(SourceLocation Loc) {
92 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
118 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
133 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]
Android.mk 29 CGDebugInfo.cpp \
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
43 /// CGDebugInfo - This class gathers all debug information during compilation
46 class CGDebugInfo {
155 CGDebugInfo(CodeGenModule &CGM);
156 ~CGDebugInfo();
CodeGenModule.h 76 class CGDebugInfo;
233 CGDebugInfo* DebugInfo;
400 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
    [all...]
CodeGenFunction.cpp 18 #include "CGDebugInfo.h"
165 if (CGDebugInfo *DI = getDebugInfo()) {
300 if (CGDebugInfo *DI = getDebugInfo()) {
355 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CGDecl.cpp 14 #include "CGDebugInfo.h"
297 CGDebugInfo *DI = getDebugInfo();
846 if (CGDebugInfo *DI = getDebugInfo()) {
    [all...]
CGStmt.cpp 14 #include "CGDebugInfo.h"
33 if (CGDebugInfo *DI = getDebugInfo()) {
193 CGDebugInfo *DI = getDebugInfo();
569 CGDebugInfo *DI = getDebugInfo();
662 CGDebugInfo *DI = getDebugInfo();
    [all...]
CodeGenFunction.h 31 #include "CGDebugInfo.h"
826 if (CGDebugInfo *DI = CGF.getDebugInfo())
834 CGDebugInfo *DI = CGF.getDebugInfo();
843 if (CGDebugInfo *DI = CGF.getDebugInfo()) {
    [all...]
CGClass.cpp 14 #include "CGDebugInfo.h"
695 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CGObjC.cpp 14 #include "CGDebugInfo.h"
    [all...]
CodeGenModule.cpp 15 #include "CGDebugInfo.h"
89 // If debug info or coverage generation is enabled, create the CGDebugInfo
93 DebugInfo = new CGDebugInfo(*this);
    [all...]
CGBlocks.cpp 14 #include "CGDebugInfo.h"
    [all...]
CGExprCXX.cpp 19 #include "CGDebugInfo.h"
180 CGDebugInfo *DI = getDebugInfo();
    [all...]
CGExpr.cpp 18 #include "CGDebugInfo.h"
    [all...]
CGExprScalar.cpp 19 #include "CGDebugInfo.h"
814 CGDebugInfo *DI = CGF.getDebugInfo();
    [all...]

Completed in 123 milliseconds