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++ -*-===//
44 /// CGDebugInfo - This class gathers all debug information during compilation
47 class CGDebugInfo {
199 CGDebugInfo(CodeGenModule &CGM);
200 ~CGDebugInfo();
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
42 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
48 CGDebugInfo::~CGDebugInfo() {
53 void CGDebugInfo::setLocation(SourceLocation Loc) {
92 llvm::DIDescriptor CGDebugInfo::getContextDescriptor(const Decl *Context) {
120 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD) {
150 StringRef CGDebugInfo::getObjCMethodName(const ObjCMethodDecl *OMD)
    [all...]

Completed in 424 milliseconds