LLVM  8.0.1
Public Member Functions | List of all members
llvm::DiagnosticLocation Class Reference

#include "llvm/IR/DiagnosticInfo.h"

Public Member Functions

 DiagnosticLocation ()=default
 
 DiagnosticLocation (const DebugLoc &DL)
 
 DiagnosticLocation (const DISubprogram *SP)
 
bool isValid () const
 
std::string getAbsolutePath () const
 Return the full path to the file. More...
 
StringRef getRelativePath () const
 Return the file name relative to the compilation directory. More...
 
unsigned getLine () const
 
unsigned getColumn () const
 

Detailed Description

Definition at line 344 of file DiagnosticInfo.h.

Constructor & Destructor Documentation

◆ DiagnosticLocation() [1/3]

llvm::DiagnosticLocation::DiagnosticLocation ( )
default

◆ DiagnosticLocation() [2/3]

DiagnosticLocation::DiagnosticLocation ( const DebugLoc DL)

Definition at line 112 of file DiagnosticInfo.cpp.

References llvm::ARMBuildAttrs::File.

◆ DiagnosticLocation() [3/3]

DiagnosticLocation::DiagnosticLocation ( const DISubprogram SP)

Definition at line 120 of file DiagnosticInfo.cpp.

References llvm::ARMBuildAttrs::File, and llvm::DIScope::getFile().

Member Function Documentation

◆ getAbsolutePath()

std::string DiagnosticLocation::getAbsolutePath ( ) const

◆ getColumn()

unsigned llvm::DiagnosticLocation::getColumn ( ) const
inline

◆ getLine()

unsigned llvm::DiagnosticLocation::getLine ( ) const
inline

◆ getRelativePath()

StringRef DiagnosticLocation::getRelativePath ( ) const

Return the file name relative to the compilation directory.

Definition at line 129 of file DiagnosticInfo.cpp.

References llvm::ARMBuildAttrs::File.

Referenced by llvm::yaml::MappingTraits< DiagnosticLocation >::mapping().

◆ isValid()

bool llvm::DiagnosticLocation::isValid ( ) const
inline

The documentation for this class was generated from the following files: