Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h282 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLocal.h320 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/llvm/lib/CodeGen/
DSafeStack.cpp620 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, /*Deref=*/true, -Offset); in moveStaticAllocasToUnsafeStack()
710 replaceDbgDeclareForAlloca(AI, NewAI, DIB, /*Deref=*/true); in moveDynamicAllocasToUnsafeStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp591 replaceDbgDeclareForAlloca(AI, BasePointer, DIB, DIExpression::NoDeref, in moveStaticAllocasToUnsafeStack()
682 replaceDbgDeclareForAlloca(AI, NewAI, DIB, DIExpression::NoDeref, 0, in moveDynamicAllocasToUnsafeStack()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1652 replaceDbgDeclareForAlloca(AI, AI, DIB, /*Deref=*/false); in InlineFunction()
DLocal.cpp1246 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1811 replaceDbgDeclareForAlloca(AI, AI, DIB, DIExpression::NoDeref, 0, in InlineFunction()
DLocal.cpp1548 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() function in llvm
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2152 replaceDbgDeclareForAlloca(AI, NewAllocaPtr, DIB, /*Deref=*/true); in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2979 replaceDbgDeclareForAlloca(AI, LocalStackBaseAlloca, DIB, Deref, in processStaticAllocas()