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

  /external/llvm/unittests/IR/
ValueTest.cpp 68 Constant *Dummy1 = M->getOrInsertGlobal("dummy", Int32Ty);
86 Constant *DummyCast1 = M->getOrInsertGlobal("dummy_cast", Int8Ty);
ConstantsTest.cpp 176 Constant *Global = M->getOrInsertGlobal("dummy",
178 Constant *Global2 = M->getOrInsertGlobal("dummy2",
269 M->getOrInsertGlobal("dummy", PointerType::getUnqual(Int32Ty));
  /frameworks/compile/libbcc/lib/Renderscript/
RSGlobalInfoPass.cpp 168 llvm::Value *V = M.getOrInsertGlobal(VarName.str(), C->getType());
201 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty);
210 V = M.getOrInsertGlobal(kRsGlobalNames, VoidPtrArrayTy);
219 V = M.getOrInsertGlobal(kRsGlobalAddresses, VoidPtrArrayTy);
229 V = M.getOrInsertGlobal(kRsGlobalSizes, SizeArrayTy);
242 V = M.getOrInsertGlobal(kRsGlobalProperties, Int32ArrayTy);
  /external/llvm/lib/CodeGen/
StackProtector.cpp 345 StackGuardVar = M->getOrInsertGlobal("__guard_local", PtrTy);
350 StackGuardVar = M->getOrInsertGlobal("__stack_chk_guard", PtrTy);
  /external/llvm/include/llvm/IR/
Module.h 407 Constant *getOrInsertGlobal(StringRef Name, Type *Ty);
  /external/llvm/lib/IR/
Module.cpp 211 /// getOrInsertGlobal - Look up the specified global in the module symbol table.
217 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 599 ArgTLS = Mod->getOrInsertGlobal("__dfsan_arg_tls", ArgTLSTy);
604 RetvalTLS = Mod->getOrInsertGlobal("__dfsan_retval_tls", ShadowTy);
    [all...]
AddressSanitizer.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]

Completed in 120 milliseconds