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

References

unittests/IR/ModuleTest.cpp
   35     (void)new GlobalVariable(M, T, false, L, nullptr, "A");
   36     (void)new GlobalVariable(M, T, false, L, nullptr, "F");
   37     (void)new GlobalVariable(M, T, false, L, nullptr, "G");
   38     (void)new GlobalVariable(M, T, false, L, nullptr, "E");
   39     (void)new GlobalVariable(M, T, false, L, nullptr, "B");
   40     (void)new GlobalVariable(M, T, false, L, nullptr, "H");
   41     (void)new GlobalVariable(M, T, false, L, nullptr, "C");
   42     (void)new GlobalVariable(M, T, false, L, nullptr, "D");