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++ -*-===//
51 class CGDebugInfo {
272 CGDebugInfo(CodeGenModule &CGM);
273 ~CGDebugInfo();
559 /// SourceLocation to CGDebugInfo::setLocation() will result in the
574 /// passing an empty SourceLocation to \a CGDebugInfo::setLocation()
CGDebugInfo.cpp 1 //===--- CGDebugInfo.cpp - Emit Debug Information for a Module ------------===//
14 #include "CGDebugInfo.h"
46 CGDebugInfo::CGDebugInfo(CodeGenModule &CGM)
55 CGDebugInfo::~CGDebugInfo() {
121 void CGDebugInfo::setLocation(SourceLocation Loc) {
153 llvm::DIScope *CGDebugInfo::getDeclContextDescriptor(const Decl *D) {
159 llvm::DIScope *CGDebugInfo::getContextDescriptor(const Decl *Context,
181 StringRef CGDebugInfo::getFunctionName(const FunctionDecl *FD)
    [all...]

Completed in 475 milliseconds