Searched refs:DIExprFlags (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 321 DIBuilder &Builder, uint8_t DIExprFlags,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1751 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue() local 1753 DIExprFlags |= DIExpression::DerefAfter; in insertDebugValue() 1754 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3571 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas() local 3619 DIExprFlags |= DIExpression::DerefBefore; in processStaticAllocas() 3642 replaceDbgDeclare(AI, LocalStackBaseAllocaPtr, DIB, DIExprFlags, in processStaticAllocas()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 2180 DIBuilder &Builder, uint8_t DIExprFlags, in replaceDbgDeclare() argument 2188 DIExpr = DIExpression::prepend(DIExpr, DIExprFlags, Offset); in replaceDbgDeclare()
|