Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1014 enum class LocKind { Mem, Val, None }; enum in __anon3afac2c40211::AssignmentTrackingLowering
1484 using LocKind = AssignmentTrackingLowering::LocKind; in locStr() typedef
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; in BuildDbgValue() local