Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp576 DIExpression::WithStackValue); in replaceDebugValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1608 bool WithStackValue = isa<DbgValueInst>(DII); in salvageDebugInfo() local
1609 DIExpr = DIExpression::prependOpcodes(DIExpr, Ops, WithStackValue); in salvageDebugInfo()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1666 E = DIExpression::prependOpcodes(E, Ops, DIExpression::WithStackValue); in TryToShrinkGlobalToBoolean()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2515 enum { NoDeref = false, WithDeref = true, WithStackValue = true };
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7985 DIExpression::WithStackValue); in salvageDebugInfo()