Searched refs:Pow2AlignmentLoc (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 541 SMLoc Pow2AlignmentLoc; in ParseDirectiveTBSS() local 544 Pow2AlignmentLoc = getLexer().getLoc(); in ParseDirectiveTBSS() 560 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in ParseDirectiveTBSS() 624 SMLoc Pow2AlignmentLoc; in ParseDirectiveZerofill() local 627 Pow2AlignmentLoc = getLexer().getLoc(); in ParseDirectiveZerofill() 645 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in ParseDirectiveZerofill()
|
D | AsmParser.cpp | 2084 SMLoc Pow2AlignmentLoc; in ParseDirectiveComm() local 2087 Pow2AlignmentLoc = getLexer().getLoc(); in ParseDirectiveComm() 2094 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in ParseDirectiveComm() 2114 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in ParseDirectiveComm()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 770 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS() local 773 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveTBSS() 789 return Error(Pow2AlignmentLoc, "invalid '.tbss' alignment, can't be less" in parseDirectiveTBSS() 853 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill() local 856 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveZerofill() 874 return Error(Pow2AlignmentLoc, "invalid '.zerofill' directive alignment, " in parseDirectiveZerofill()
|
D | AsmParser.cpp | 4223 SMLoc Pow2AlignmentLoc; in parseDirectiveComm() local 4226 Pow2AlignmentLoc = getLexer().getLoc(); in parseDirectiveComm() 4232 return Error(Pow2AlignmentLoc, "alignment not supported on this target"); in parseDirectiveComm() 4238 return Error(Pow2AlignmentLoc, "alignment must be a power of 2"); in parseDirectiveComm() 4258 return Error(Pow2AlignmentLoc, "invalid '.comm' or '.lcomm' directive " in parseDirectiveComm()
|