|
LLVM 22.0.0git
|
Description of a LLVM-IR insertion point (IP) and a debug/source location (filename, line, column, ...). More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Member Functions | |
| LocationDescription (const IRBuilderBase &IRB) | |
| LocationDescription (const InsertPointTy &IP) | |
| LocationDescription (const InsertPointTy &IP, const DebugLoc &DL) | |
Public Attributes | |
| InsertPointTy | IP |
| DebugLoc | DL |
Description of a LLVM-IR insertion point (IP) and a debug/source location (filename, line, column, ...).
Definition at line 730 of file OMPIRBuilder.h.
|
inline |
Definition at line 731 of file OMPIRBuilder.h.
|
inline |
Definition at line 733 of file OMPIRBuilder.h.
References IP.
|
inline |
Definition at line 734 of file OMPIRBuilder.h.
| DebugLoc llvm::OpenMPIRBuilder::LocationDescription::DL |
Definition at line 737 of file OMPIRBuilder.h.
Referenced by LocationDescription(), and LocationDescription().
| InsertPointTy llvm::OpenMPIRBuilder::LocationDescription::IP |
Definition at line 736 of file OMPIRBuilder.h.
Referenced by LocationDescription(), LocationDescription(), and LocationDescription().