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++ -*-===//
43 /// CGDebugInfo - This class gathers all debug information during compilation
46 class CGDebugInfo {
165 CGDebugInfo(CodeGenModule &CGM);
166 ~CGDebugInfo();
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
41 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
47 CGDebugInfo::~CGDebugInfo() {
52 void CGDebugInfo::setLocation(SourceLocation Loc) {
91 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
117 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
145 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]

Completed in 100 milliseconds