Searched refs:ArchLoc (Results 1 – 4 of 4) sorted by relevance
4208 SMLoc ArchLoc = getLoc(); in parseDirectiveArch() local4216 Error(ArchLoc, "unknown arch name"); in parseDirectiveArch()
4960 SMLoc ArchLoc = getLoc(); in parseDirectiveArch() local4968 return Error(ArchLoc, "unknown arch name"); in parseDirectiveArch()
10102 SMLoc ArchLoc = Parser.getTok().getLoc(); in parseDirectiveObjectArch() local10108 Error(ArchLoc, "unknown architecture '" + Arch + "'"); in parseDirectiveObjectArch()
10268 SMLoc ArchLoc = Parser.getTok().getLoc(); in parseDirectiveObjectArch() local10274 return Error(ArchLoc, "unknown architecture '" + Arch + "'"); in parseDirectiveObjectArch()