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) {
120 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
150 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]
Android.mk 26 CGDebugInfo.cpp \
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
44 /// CGDebugInfo - This class gathers all debug information during compilation
47 class CGDebugInfo {
199 CGDebugInfo(CodeGenModule &CGM);
200 ~CGDebugInfo();
CodeGenFunction.cpp 17 #include "CGDebugInfo.h"
157 // in location will hit the caching in CGDebugInfo::EmitLocation and not
185 if (CGDebugInfo *DI = getDebugInfo())
202 if (CGDebugInfo *DI = getDebugInfo()) {
422 if (CGDebugInfo *DI = getDebugInfo()) {
513 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CodeGenModule.h 83 class CGDebugInfo;
249 CGDebugInfo* DebugInfo;
466 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
    [all...]
CGDecl.cpp 15 #include "CGDebugInfo.h"
335 CGDebugInfo *DI = getDebugInfo();
    [all...]
CGStmt.cpp 15 #include "CGDebugInfo.h"
33 if (CGDebugInfo *DI = getDebugInfo()) {
580 CGDebugInfo *DI = getDebugInfo();
673 CGDebugInfo *DI = getDebugInfo();
    [all...]
CodeGenFunction.h 18 #include "CGDebugInfo.h"
864 if (CGDebugInfo *DI = CGF.getDebugInfo())
883 if (CGDebugInfo *DI = CGF.getDebugInfo())
    [all...]
CGClass.cpp 15 #include "CGDebugInfo.h"
714 if (CGDebugInfo *DI = getDebugInfo())
    [all...]
CodeGenModule.cpp 18 #include "CGDebugInfo.h"
125 // If debug info or coverage generation is enabled, create the CGDebugInfo
130 DebugInfo = new CGDebugInfo(*this);
    [all...]
CGObjC.cpp 14 #include "CGDebugInfo.h"
    [all...]
CGBlocks.cpp 15 #include "CGDebugInfo.h"
    [all...]
CGExprCXX.cpp 17 #include "CGDebugInfo.h"
178 CGDebugInfo *DI = getDebugInfo();
    [all...]
CGExpr.cpp 17 #include "CGDebugInfo.h"
    [all...]
CGExprScalar.cpp 16 #include "CGDebugInfo.h"
    [all...]

Completed in 1371 milliseconds