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

  /external/swiftshader/third_party/subzero/src/
IceASanInstrumentation.cpp 354 Constant *NewFunc = Ctx->getConstantExternSym(Ctx->getGlobalString(SubName));
375 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_check_load"));
391 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_check_store"));
473 Ctx->getConstantExternSym(Ctx->getGlobalString("__asan_init"));
WasmTranslator.cpp 283 Ctx->getConstantExternSym(Ctx->getGlobalString("WASM_MEMORY"));
745 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info);
771 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info);
785 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info);
796 Func, 1, Dest, Ctx->getConstantExternSym(FnName), HasTailCall);
807 Func, 1, Dest, Ctx->getConstantExternSym(FnName), HasTailCall);
821 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info);
835 Func, 1, Dest, Ctx->getConstantExternSym(FnName), Info->Info);
    [all...]
IceTargetLoweringX8632.cpp 44 Ctx->getConstantExternSym(Ctx->getGlobalString(::Ice::GlobalOffsetTable));
IceGlobalContext.cpp 356 getConstantExternSym(getGlobalString(Name));
801 Constant *GlobalContext::getConstantExternSym(GlobalString Name) {
    [all...]
IceGlobalContext.h 252 Constant *getConstantExternSym(GlobalString Name);
IceTargetLoweringMIPS32.cpp 589 Operand *CallTarget = Ctx->getConstantExternSym(FabsFloat);
632 Operand *TargetHelper = Ctx->getConstantExternSym(
656 Operand *TargetHelper = Ctx->getConstantExternSym(
680 Operand *TargetHelper = Ctx->getConstantExternSym(
708 TargetHelper = Ctx->getConstantExternSym(
712 TargetHelper = Ctx->getConstantExternSym(
716 TargetHelper = Ctx->getConstantExternSym(
720 TargetHelper = Ctx->getConstantExternSym(
724 TargetHelper = Ctx->getConstantExternSym(
728 TargetHelper = Ctx->getConstantExternSym(
    [all...]
IceCfgNode.cpp     [all...]
IceConverter.cpp 143 return Ctx->getConstantExternSym(Decl->getName());
    [all...]
IceCfg.cpp 203 Ctx->getConstantExternSym(Ctx->getGlobalString("__Sz_profile_summary"));
    [all...]
IceTargetLoweringX86Base.h 199 return llvm::cast<ConstantRelocatable>(Ctx->getConstantExternSym(
    [all...]
IceTargetLoweringARM32.cpp 61 Ctx->getConstantExternSym(Ctx->getGlobalString(::Ice::GlobalOffsetTable));
817 ? Ctx->getConstantExternSym(
    [all...]
PNaClTranslator.cpp 525 return Ctx->getConstantExternSym(Name);
    [all...]

Completed in 142 milliseconds