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

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 1781 int64_t LocalLabelVal = -1;
1789 LocalLabelVal = getTok().getIntVal();
1790 if (LocalLabelVal < 0) {
1906 if (LocalLabelVal == -1) {
1918 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal);
MasmParser.cpp 1997 int64_t LocalLabelVal = -1;
2002 LocalLabelVal = getTok().getIntVal();
2003 if (LocalLabelVal < 0) {
2149 if (LocalLabelVal == -1) {
2161 Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal);

Completed in 63 milliseconds