HomeSort by: relevance | last modified time | path
    Searched refs:FunctionIdLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 3758 SMLoc FunctionIdLoc = getTok().getLoc();
3767 return Error(FunctionIdLoc, "function id already allocated");
3781 SMLoc FunctionIdLoc = getTok().getLoc();
3827 IALine, IACol, FunctionIdLoc))
3828 return Error(FunctionIdLoc, "function id already allocated");
MasmParser.cpp 4816 SMLoc FunctionIdLoc = getTok().getLoc();
4825 return Error(FunctionIdLoc, "function id already allocated");
4839 SMLoc FunctionIdLoc = getTok().getLoc();
4885 IALine, IACol, FunctionIdLoc))
4886 return Error(FunctionIdLoc, "function id already allocated");

Completed in 23 milliseconds