Home
last modified time | relevance | path

Searched refs:getConstantSym (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceASanInstrumentation.cpp483 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart()
484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
H A DIceELFObjectWriter.cpp442 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType()
620 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
H A DIceGlobalContext.h251 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
H A DPNaClTranslator.cpp522 Ice::Constant *getConstantSym(Ice::GlobalString Name, bool IsExternal) const { in getConstantSym() function in __anonf7ba39830111::TopLevelParser
528 return Ctx->getConstantSym(Offset, Name); in getConstantSym()
549 Ice::Constant *C = getConstantSym(Func->getName(), Func->isProto()); in createValueIDsForFunctions()
560 getConstantSym(Decl->getName(), !Decl->hasInitializer()); in createValueIDsForGlobalVars()
H A DIceConverter.cpp146 return Ctx->getConstantSym( in convertConstant()
H A DIceGlobalContext.cpp808 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
H A DIceTargetLoweringX86BaseImpl.h1492 Ctx->getConstantSym(4 + SymOffset->getOffset(), SymOffset->getName());
5984 Ctx->getConstantSym(NewAddr.Relocatable->getOffset() + NewAddr.Offset,
6267 return llvm::cast<ConstantRelocatable>(Ctx->getConstantSym(Offset, MaskName));
7071 Constant *Offset = Ctx->getConstantSym(RelocOffset, JTName);
8051 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName());
8365 Constant *Symbol = Ctx->getConstantSym(Offset, Immediate->getLabelName());
8469 Ctx->getConstantSym(SymOffset, MemOperand->getOffset()->getLabelName());
H A DIceCfgNode.cpp1479 Constant *Counter = Ctx->getConstantSym(Offset, Var->getName()); in profileExecutionCount()
H A DWasmTranslator.cpp1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
H A DIceTargetLoweringMIPS32.cpp5991 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
H A DIceTargetLoweringARM32.cpp6514 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()