Home
last modified time | relevance | path

Searched refs:DIExprFlags (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h272 uint8_t DIExprFlags, int Offset);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1716 uint8_t DIExprFlags = DIExpression::ApplyOffset; in insertDebugValue() local
1718 DIExprFlags |= DIExpression::DerefAfter; in insertDebugValue()
1719 Expr = DIExpression::prepend(Expr, DIExprFlags, SpillOffsets[I]); in insertDebugValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3309 uint8_t DIExprFlags = DIExpression::ApplyOffset; in processStaticAllocas() local
3356 DIExprFlags |= DIExpression::DerefBefore; in processStaticAllocas()
3379 replaceDbgDeclare(AI, LocalStackBaseAllocaPtr, DIB, DIExprFlags, in processStaticAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1677 DIBuilder &Builder, uint8_t DIExprFlags, in replaceDbgDeclare() argument
1685 DIExpr = DIExpression::prepend(DIExpr, DIExprFlags, Offset); in replaceDbgDeclare()