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

Declarations

include/llvm/IR/Mangler.h
   49 void emitLinkerFlagsForGlobalCOFF(raw_ostream &OS, const GlobalValue *GV,

References

lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1560   emitLinkerFlagsForGlobalCOFF(OS, GV, getTargetTriple(), getMangler());
lib/LTO/LTOModule.cpp
  648     emitLinkerFlagsForGlobalCOFF(OS, Sym.symbol, TT, M);
lib/Object/IRSymtab.cpp
  284     emitLinkerFlagsForGlobalCOFF(COFFLinkerOptsOS, GV, TT, Mang);