Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp889 GlobalString CRGotoffName = in createGotoffRelocation() local
891 if (KnownGotoffs.count(CRGotoffName) == 0) { in createGotoffRelocation()
906 Gotoff->setName(CRGotoffName); in createGotoffRelocation()
908 KnownGotoffs.emplace(CRGotoffName); in createGotoffRelocation()
910 return CRGotoffName; in createGotoffRelocation()