Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp582 bool hasARM() const { in hasARM() function in __anon2aa686d00111::ARMAsmParser
11178 if (parseEOL() || check(!hasARM(), L, "target does not support ARM mode")) in parseDirectiveARM()
11285 if (!hasARM()) in parseDirectiveCode()
11334 } else if (!WasThumb && hasARM()) { in FixModeAfterArchChange()
12344 if (MissingFeatures.test(Feature_IsARMBit) && !hasARM()) in FilterNearMisses()