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

References

lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  436     return DFSF.F->getParent()->getDataLayout();
  980           Pos = &DFSF.F->getEntryBlock().front();
 1002   IRBuilder<> IRB(&F->getEntryBlock().front());
 1012   IRBuilder<> IRB(&F->getEntryBlock().front());
 1035             DFS.ArgTLS ? &*F->getEntryBlock().begin()
 1043         unsigned ArgIdx = A->getArgNo() + F->arg_size() / 2;
 1044         Function::arg_iterator i = F->arg_begin();
 1231     BasicBlock *FallbackBB = BasicBlock::Create(*DFS.Ctx, "", F);
 1272       BasicBlock *NextBB = BasicBlock::Create(*DFS.Ctx, "", F);
 1523       Type *RT = DFSF.F->getFunctionType()->getReturnType();
 1621               "labelva", &DFSF.F->getEntryBlock().front());
 1636                              "labelreturn", &DFSF.F->getEntryBlock().front());
 1726                        "", &DFSF.F->getEntryBlock().front());