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 D | IceASanInstrumentation.cpp | 483 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzArrayName))); in instrumentStart() 484 Call->addArg(Ctx->getConstantSym(0, Ctx->getGlobalString(RzSizesName))); in instrumentStart()
|
H A D | IceELFObjectWriter.cpp | 442 NewFixup.set_value(Ctx.getConstantSym( in writeDataOfType() 620 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
|
H A D | IceGlobalContext.h | 251 Constant *getConstantSym(RelocOffsetT Offset, GlobalString Name);
|
H A D | PNaClTranslator.cpp | 522 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 D | IceConverter.cpp | 146 return Ctx->getConstantSym( in convertConstant()
|
H A D | IceGlobalContext.cpp | 808 Constant *GlobalContext::getConstantSym(RelocOffsetT Offset, in getConstantSym() function in Ice::GlobalContext
|
H A D | IceTargetLoweringX86BaseImpl.h | 1492 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 D | IceCfgNode.cpp | 1479 Constant *Counter = Ctx->getConstantSym(Offset, Var->getName()); in profileExecutionCount()
|
H A D | WasmTranslator.cpp | 1072 Ctx->getConstantSym(0, Ctx->getGlobalString(TargetName)); in CallDirect()
|
H A D | IceTargetLoweringMIPS32.cpp | 5991 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|
H A D | IceTargetLoweringARM32.cpp | 6514 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|