Searched refs:DIExprFlags (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 271 uint8_t DIExprFlags, int Offset);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 1703 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue() local 1705 DIExprFlags |= DIExpression::DerefAfter; in insertDebugValue() 1706 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 3217 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas() local 3264 DIExprFlags |= DIExpression::DerefBefore; in processStaticAllocas() 3287 replaceDbgDeclare(AI, LocalStackBaseAllocaPtr, DIB, DIExprFlags, in processStaticAllocas()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1753 DIBuilder &Builder, uint8_t DIExprFlags, in replaceDbgDeclare() argument 1761 DIExpr = DIExpression::prepend(DIExpr, DIExprFlags, Offset); in replaceDbgDeclare()
|