HomeSort by relevance Sort by last modified time
    Searched refs:getOrInsertGlobal (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
StackProtector.cpp 172 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
  /external/llvm/include/llvm/
Module.h 371 /// getOrInsertGlobal - Look up the specified global in the module symbol
378 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
  /external/llvm/lib/VMCore/
Module.cpp 264 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
270 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
  /external/clang/lib/CodeGen/
CGRTTI.cpp 483 CGM.getModule().getOrInsertGlobal(VTableName, CGM.Int8PtrTy);
    [all...]

Completed in 240 milliseconds