Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h39 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) { in StorageLocation() argument
51 Kind getKind() const { return LocKind; } in getKind()
56 Kind LocKind;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1335 static LocKind joinKind(LocKind A, LocKind B);
1482 using LocKind = AssignmentTrackingLowering::LocKind; in locStr() typedef
1484 case LocKind::Val: in locStr()
1486 case LocKind::Mem: in locStr()
1488 case LocKind::None: in locStr()
1564 Kind = LocKind::Val; in emitDbgValue()
1721 case LocKind::Val: { in processTaggedInstruction()
1727 case LocKind::Mem: { in processTaggedInstruction()
1749 case LocKind::None: { in processTaggedInstruction()
1785 LocKind Kind; in processDbgAssign()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; in BuildDbgValue() local
562 switch (LocKind) { in BuildDbgValue()