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

Declarations

include/llvm/IR/Module.h
  419   getOrInsertGlobal(StringRef Name, Type *Ty,

References

lib/IR/Module.cpp
  226   return getOrInsertGlobal(Name, Ty, [&] {
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  422     Constant *C = M.getOrInsertGlobal("__hwasan_tls", IntptrTy, [&] {
lib/Transforms/Instrumentation/MemorySanitizer.cpp
  749   return M.getOrInsertGlobal(Name, Ty, [&] {
  948       M.getOrInsertGlobal("__msan_track_origins", IRB.getInt32Ty(), [&] {
  955       M.getOrInsertGlobal("__msan_keep_going", IRB.getInt32Ty(), [&] {