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

Declarations

include/llvm/Transforms/Utils/ModuleUtils.h
   78 void appendToUsed(Module &M, ArrayRef<GlobalValue *> Values);

References

lib/Transforms/IPO/LowerTypeTests.cpp
  369     appendToUsed(M, std::vector<GlobalValue *>(Used.begin(), Used.end()));
lib/Transforms/Instrumentation/InstrProfiling.cpp
 1018     appendToUsed(*M, UsedVars);
lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  353     appendToUsed(M, CtorFunc);
  474     appendToUsed(M, GlobalsToAppendToUsed);