OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrInsertGlobal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp
198
///
getOrInsertGlobal
- Look up the specified global in the module symbol table.
204
Constant *Module::
getOrInsertGlobal
(
225
Constant *Module::
getOrInsertGlobal
(StringRef Name, Type *Ty) {
226
return
getOrInsertGlobal
(Name, Ty, [&] {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
767
static Constant *
getOrInsertGlobal
(Module &M, StringRef Name, Type *Ty) {
768
return M.
getOrInsertGlobal
(Name, Ty, [&] {
789
getOrInsertGlobal
(M, "__msan_retval_tls",
792
RetvalOriginTLS =
getOrInsertGlobal
(M, "__msan_retval_origin_tls", OriginTy);
795
getOrInsertGlobal
(M, "__msan_param_tls",
799
getOrInsertGlobal
(M, "__msan_param_origin_tls",
803
getOrInsertGlobal
(M, "__msan_va_arg_tls",
807
getOrInsertGlobal
(M, "__msan_va_arg_origin_tls",
811
getOrInsertGlobal
(M, "__msan_va_arg_overflow_size_tls", IRB.getInt64Ty());
981
M.
getOrInsertGlobal
("__msan_track_origins", IRB.getInt32Ty(), [&]
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026