Home
last modified time | relevance | path

Searched refs:AddPcReloc (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp957 auto *AddPcReloc = RelocOffset::create(Ctx); in loadNamedConstantRelocatablePIC() local
958 AddPcReloc->setSubtract(true); in loadNamedConstantRelocatablePIC()
960 AddPcLabel->setRelocOffset(AddPcReloc); in loadNamedConstantRelocatablePIC()
980 PcOffset, {MovwReloc, AddPcReloc}, Name, Name + " -16"); in loadNamedConstantRelocatablePIC()
982 PcOffset, {MovtReloc, AddPcReloc}, Name, Name + " -12"); in loadNamedConstantRelocatablePIC()
H A DIceTargetLoweringARM32.h1005 VariableDeclaration *createGotRelocation(RelocOffset *AddPcReloc);