Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h39 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) { in StorageLocation()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1013 enum class LocKind { Mem, Val, None }; global() enum in __anon504de5160211::AssignmentTrackingLowering
1482 using LocKind = AssignmentTrackingLowering::LocKind; locStr() typedef
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp559 MachineLocKind LocKind = Locs[I].Kind; in BuildDbgValue() local