Home
last modified time | relevance | path

Searched defs:LocationDescription (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h661 struct LocationDescription { struct
662 LocationDescription(const IRBuilderBase &IRB) in LocationDescription() argument
664 LocationDescription(const InsertPointTy &IP) : IP(IP) {} in LocationDescription() function
665 LocationDescription(const InsertPointTy &IP, const DebugLoc &DL) in LocationDescription() argument
685 LLVM_ABI InsertPointOrErrorTy createBarrier(const LocationDescription &Loc, argument