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 {
206 CGDebugInfo(CodeGenModule &CGM);
207 ~CGDebugInfo();
398 CGDebugInfo *DI;
415 /// CGDebugInfo::setLocation() will result in the last valid location
419 CGDebugInfo *DI;
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
43 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
49 CGDebugInfo::~CGDebugInfo() {
99 void CGDebugInfo::setLocation(SourceLocation Loc) {
138 llvm::DIScope CGDebugInfo::getContextDescriptor(const Decl *Context) {
163 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
193 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]

Completed in 53 milliseconds