HomeSort by: relevance | last modified time | path
    Searched refs:WithStackValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 1255 bool WithStackValue = true;
1256 DIExpr = DIExpression::prependOpcodes(DIExpr, Ops, WithStackValue);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1204 bool WithStackValue = true;
1205 E = DIExpression::prependOpcodes(E, Ops, WithStackValue);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 1870 bool WithStackValue, unsigned LocNo,
1880 DIExpr = DIExpression::appendOpsToArg(DIExpr, Ops, LocNo, WithStackValue);

Completed in 47 milliseconds