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

Declarations

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

References

include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  150         Mang.getNameWithPrefix(MangledNameStream, &GV, false);
lib/CodeGen/MachineOutliner.cpp
 1165     Mg.getNameWithPrefix(MangledNameStream, F, false);
lib/IR/Mangler.cpp
  181   getNameWithPrefix(OS, GV, CannotUsePrivateLabel);
  197     Mangler.getNameWithPrefix(FlagOS, GV, false);
  204     Mangler.getNameWithPrefix(OS, GV, false);
  221   M.getNameWithPrefix(OS, GV, false);
lib/Object/IRSymtab.cpp
  182       Mang.getNameWithPrefix(OS, GV, false);
lib/Object/ModuleSymbolTable.cpp
  181   Mang.getNameWithPrefix(OS, GV, false);
unittests/IR/ManglerTest.cpp
   39   Mang.getNameWithPrefix(SS, F, false);