Searched refs:DerefBefore (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 312 bool DerefBefore, int Offset, bool DerefAfter); 321 DIBuilder &Builder, bool DerefBefore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 805 DIExpression *DIExpression::prepend(const DIExpression *Expr, bool DerefBefore, in prepend() argument 809 if (DerefBefore) in prepend()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1530 bool DerefBefore, int Offset, bool DerefAfter) { in replaceDbgDeclare() argument 1537 DIExpr = DIExpression::prepend(DIExpr, DerefBefore, Offset, DerefAfter); in replaceDbgDeclare() 1549 DIBuilder &Builder, bool DerefBefore, in replaceDbgDeclareForAlloca() argument 1552 DerefBefore, Offset, DerefAfter); in replaceDbgDeclareForAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2437 static DIExpression *prepend(const DIExpression *Expr, bool DerefBefore,
|