Searched refs:getOrInsertGlobal (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp328 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
333 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DModule.h372 /// getOrInsertGlobal - Look up the specified global in the module symbol
379 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DModule.cpp244 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
250 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) { function in class:Module
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp488 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
493 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy);
H A DAddressSanitizer.cpp1499 Constant *OptionDetectUAR = F.getParent()->getOrInsertGlobal(
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp498 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);

Completed in 190 milliseconds