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

References

lib/IR/AsmWriter.cpp
  751     TheFunction = F;
  755   const Function *getFunction() const { return TheFunction; }
  916   if (TheFunction && !FunctionProcessed)
  983     processFunctionMetadata(*TheFunction);
  986   for(Function::const_arg_iterator AI = TheFunction->arg_begin(),
  987       AE = TheFunction->arg_end(); AI != AE; ++AI)
  994   for (auto &BB : *TheFunction) {
 1089   TheFunction = nullptr;