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++ -*-===//
44 /// CGDebugInfo - This class gathers all debug information during compilation
47 class CGDebugInfo { class in namespace:clang::CodeGen
169 CGDebugInfo(CodeGenModule &CGM);
170 ~CGDebugInfo();
H A DCGDebugInfo.cpp1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
41 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM) function in class:CGDebugInfo
47 CGDebugInfo::~CGDebugInfo() {
52 void CGDebugInfo::setLocation(SourceLocation Loc) {
91 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
119 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
147 StringRef CGDebugInfo
[all...]

Completed in 59 milliseconds