Home
last modified time | relevance | path

Searched refs:IsCallSite (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h75 IsCallSite, enumerator
120 PROPERTY(Property, IsCallSite);
H A DLVScope.h40 IsCallSite, enumerator
167 KIND_1(LVScopeKind, IsCallSite, IsFunction);
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp344 clEnumValN(LVScopeKind::IsCallSite, "CallSite", "Call site block."),
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp89 {LVScopeKind::IsCallSite, &LVScope::getIsCallSite},