reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/Local.h
  336 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,

References

lib/CodeGen/SafeStack.cpp
  590     replaceDbgDeclareForAlloca(AI, BasePointer, DIB, DIExpression::ApplyOffset,
  678     replaceDbgDeclareForAlloca(AI, NewAI, DIB, DIExpression::ApplyOffset, 0);
lib/Transforms/Instrumentation/AddressSanitizer.cpp
 3128     replaceDbgDeclareForAlloca(AI, LocalStackBaseAlloca, DIB, DIExprFlags,
lib/Transforms/Utils/InlineFunction.cpp
 1860       replaceDbgDeclareForAlloca(AI, AI, DIB, DIExpression::ApplyOffset, 0);