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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
46 /// CGDebugInfo - This class gathers all debug information during compilation
49 class CGDebugInfo {
210 CGDebugInfo(CodeGenModule &CGM);
211 ~CGDebugInfo();
423 CGDebugInfo *DI;
450 /// CGDebugInfo::setLocation() will result in the last valid location
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
44 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
50 CGDebugInfo::~CGDebugInfo() {
103 void CGDebugInfo::setLocation(SourceLocation Loc) {
139 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) {
164 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
191 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]

Completed in 49 milliseconds