Searched defs:CGDebugInfo (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h1 //===--- CGDebugInfo.h - DebugInfo for LLVM CodeGen -------------*- C++ -*-===//
46 /// CGDebugInfo - This class gathers all debug information during compilation
49 class CGDebugInfo { class in namespace:clang::CodeGen
210 CGDebugInfo(CodeGenModule &CGM);
211 ~CGDebugInfo();
423 CGDebugInfo *DI;
450 /// CGDebugInfo::setLocation() will result in the last valid location
H A DCGDebugInfo.cpp1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
44 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) function in class:CGDebugInfo
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
[all...]

Completed in 138 milliseconds