Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.cpp484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart()
485 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
DIceELFObjectWriter.cpp442 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType()
609 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
DIceGlobalContext.h250 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
DPNaClTranslator.cpp522 Ice::Constant *getConstantSym(Ice::GlobalString Name, bool IsExternal) const { in getConstantSym() function in __anon127203fd0111::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()
DIceGlobalContext.cpp726 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
DIceConverter.cpp146 return Ctx->getConstantSym( in convertConstant()
DIceTargetLoweringX86BaseImpl.h1484 Ctx->getConstantSym(4 + SymOffset->getOffset(), SymOffset->getName());
5975 Ctx->getConstantSym(NewAddr.Relocatable->getOffset() + NewAddr.Offset,
6248 return llvm::cast<ConstantRelocatable>(Ctx->getConstantSym(Offset, MaskName));
7050 Constant *Offset = Ctx->getConstantSym(RelocOffset, JTName);
8017 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName());
DWasmTranslator.cpp1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
DIceTargetLoweringMIPS32.cpp5953 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
DIceTargetLoweringARM32.cpp6496 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()