Home
last modified time | relevance | path

Searched refs:replaceDbgDeclareForAlloca (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h328 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp594 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, DIExpression::NoDeref, in moveStaticAllocasToUnsafeStack()
685 replaceDbgDeclareForAlloca(AI, NewAI, DIB, DIExpression::NoDeref, 0, in moveDynamicAllocasToUnsafeStack()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1820 replaceDbgDeclareForAlloca(AI, AI, DIB, DIExpression::NoDeref, 0, in InlineFunction()
H A DLocal.cpp1540 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3016 replaceDbgDeclareForAlloca(AI, LocalStackBaseAlloca, DIB, Deref, in processStaticAllocas()