OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOrInsertGlobal
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
StackProtector.cpp
289
StackGuardVar = M->
getOrInsertGlobal
("__guard_local", PtrTy);
293
StackGuardVar = M->
getOrInsertGlobal
("__stack_chk_guard", PtrTy);
/external/llvm/unittests/IR/
ConstantsTest.cpp
174
Constant *Global = M->
getOrInsertGlobal
("dummy",
176
Constant *Global2 = M->
getOrInsertGlobal
("dummy2",
/external/llvm/include/llvm/IR/
Module.h
372
///
getOrInsertGlobal
- Look up the specified global in the module symbol
379
Constant *
getOrInsertGlobal
(StringRef Name, Type *Ty);
/external/llvm/lib/IR/
Module.cpp
244
///
getOrInsertGlobal
- Look up the specified global in the module symbol table.
250
Constant *Module::
getOrInsertGlobal
(StringRef Name, Type *Ty) {
/external/clang/lib/CodeGen/
CGRTTI.cpp
498
CGM.getModule().
getOrInsertGlobal
(VTableName, CGM.Int8PtrTy);
[
all
...]
Completed in 488 milliseconds