Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfExpression.cpp247 if (!isMemoryLocation() && !HasComplexExpression && (!isParameterValue() || in addMachineRegExpression()
258 if (isEntryValue() && !isParameterValue() && DwarfVersion >= 4) in addMachineRegExpression()
517 if (isImplicitLocation() && !isParameterValue()) in addExpression()
HDDwarfExpression.h160 bool isParameterValue() { in isParameterValue() function