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

  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 75 const GlobalVariable *CtorsList = M.getNamedGlobal("llvm.global_ctors");
81 const GlobalVariable *DtorsList = M.getNamedGlobal("llvm.global_dtors");
  /external/llvm/include/llvm/IR/
Module.h 353 GlobalVariable *getNamedGlobal(StringRef Name) {
356 const GlobalVariable *getNamedGlobal(StringRef Name) const {
357 return const_cast<Module *>(this)->getNamedGlobal(Name);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 105 const GlobalVariable *LinkedGV = LinkedModule->getNamedGlobal("switch.bas");
201 EXPECT_EQ(M1->getNamedGlobal("t1")->getType(),
202 M1->getNamedGlobal("t2")->getType());
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 85 GlobalVariable *EmuTlsVar = M.getNamedGlobal(EmuTlsVarName);
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 33 if (GlobalVariable *GVCtor = M.getNamedGlobal(Array)) {
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 251 GlobalVariable *GV = M1->getNamedGlobal(GlobalName);
293 GV = M2->getNamedGlobal(GlobalName);
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 160 GlobalValue *GV = M->getNamedGlobal(ExtractGlobals[i]);
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 319 if (auto *VDispMap = CGM.getModule().getNamedGlobal(MangledName))
515 if (llvm::GlobalVariable *GV = CGM.getModule().getNamedGlobal(Name))
    [all...]
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 160 M.getNamedGlobal(getCoverageMappingVarName())) {
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 374 GlobalVariable *GV = module.getNamedGlobal(Name);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]

Completed in 1812 milliseconds