Home
last modified time | relevance | path

Searched refs:DebugLocKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h49 enum class DebugLocKind : uint8_t { enum
82 DebugLocKind Kind;
86 Kind(DebugLocKind::Normal) {} in DILocAndCoverageTracking()
90 Kind(DebugLocKind::Normal) {} in DILocAndCoverageTracking()
93 DILocAndCoverageTracking(DebugLocKind Kind) in DILocAndCoverageTracking()
95 DbgLocOrigin(Kind == DebugLocKind::Normal), Kind(Kind) {} in DILocAndCoverageTracking()
143 DebugLoc(DebugLocKind Kind) : Loc(Kind) {}
144 DebugLocKind getKind() const { return Loc.Kind; }
149 return DebugLoc(DebugLocKind::Temporary);
152 return DebugLoc(DebugLocKind::Unknown);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp41 Kind(DebugLocKind::Normal) {} in DILocAndCoverageTracking()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp360 DebugLocKind Kind = I.getDebugLoc().getKind(); in hasLoc()
361 return Loc || Kind != DebugLocKind::Normal; in hasLoc()