Home
last modified time | relevance | path

Searched refs:DILocAndCoverageTracking (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h79 class DILocAndCoverageTracking : public TrackingMDNodeRef,
84 DILocAndCoverageTracking() in DILocAndCoverageTracking() function
88 DILocAndCoverageTracking(const MDNode *Loc) in DILocAndCoverageTracking() function
91 LLVM_ABI DILocAndCoverageTracking(const DILocation *Loc);
93 DILocAndCoverageTracking(DebugLocKind Kind) in DILocAndCoverageTracking() function
97 template <> struct simplify_type<DILocAndCoverageTracking> {
100 static MDNode *getSimplifiedValue(DILocAndCoverageTracking &MD) {
104 template <> struct simplify_type<const DILocAndCoverageTracking> {
107 static MDNode *getSimplifiedValue(const DILocAndCoverageTracking &MD) {
112 using DebugLocTrackingRef = DILocAndCoverageTracking;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp39 DILocAndCoverageTracking::DILocAndCoverageTracking(const DILocation *L) in DILocAndCoverageTracking() function in DILocAndCoverageTracking