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"
41 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
47 CGDebugInfo::~CGDebugInfo() {
52 void CGDebugInfo::setLocation(SourceLocation Loc) {
91 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
117 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
145 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]
Android.mk 23 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 {
165 CGDebugInfo(CodeGenModule &CGM);
166 ~CGDebugInfo();
CodeGenModule.h 76 class CGDebugInfo;
235 CGDebugInfo* DebugInfo;
433 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
    [all...]
CodeGenFunction.cpp 18 #include "CGDebugInfo.h"
173 if (CGDebugInfo *DI = getDebugInfo()) {
307 if (CGDebugInfo *DI = getDebugInfo()) {
392 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CGDecl.cpp 14 #include "CGDebugInfo.h"
328 CGDebugInfo *DI = getDebugInfo();
899 if (CGDebugInfo *DI = getDebugInfo()) {
    [all...]
CodeGenFunction.h 31 #include "CGDebugInfo.h"
844 if (CGDebugInfo *DI = CGF.getDebugInfo())
852 CGDebugInfo *DI = CGF.getDebugInfo();
861 if (CGDebugInfo *DI = CGF.getDebugInfo()) {
    [all...]
CGStmt.cpp 14 #include "CGDebugInfo.h"
33 if (CGDebugInfo *DI = getDebugInfo()) {
570 CGDebugInfo *DI = getDebugInfo();
663 CGDebugInfo *DI = getDebugInfo();
    [all...]
CodeGenModule.cpp 15 #include "CGDebugInfo.h"
110 // If debug info or coverage generation is enabled, create the CGDebugInfo
114 DebugInfo = new CGDebugInfo(*this);
    [all...]
CGClass.cpp 15 #include "CGDebugInfo.h"
721 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CGExprCXX.cpp 19 #include "CGDebugInfo.h"
181 CGDebugInfo *DI = getDebugInfo();
    [all...]
CGObjC.cpp 14 #include "CGDebugInfo.h"
    [all...]
CGBlocks.cpp 14 #include "CGDebugInfo.h"
    [all...]
CGExpr.cpp 18 #include "CGDebugInfo.h"
    [all...]
CGExprScalar.cpp 19 #include "CGDebugInfo.h"
803 CGDebugInfo *DI = CGF.getDebugInfo();
    [all...]

Completed in 865 milliseconds