Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
109 bool isParameterValue() { return LocationFlags & CallSiteParamValue; } in isParameterValue()
254 void setCallSiteParamValueFlag() { LocationFlags |= CallSiteParamValue; } in setCallSiteParamValueFlag()