Searched refs:nextLoc (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp456 SMLoc nextLoc = getTok().getLoc(); local
460 return Error(nextLoc, "far procedure definitions not yet supported");
464 nextLoc = getTok().getLoc();
H A DMasmParser.cpp2542 const SMLoc nextLoc = nextTok.getLoc(); local
2571 return (*Handler.second)(Handler.first, nextVal, nextLoc);
2671 nextVal, nextLoc, IDVal);
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DRISCV.cpp644 const uint64_t nextLoc = loc + r.addend; local
647 remove = nextLoc - ((loc + align - 1) & -align);

Completed in 131 milliseconds