Searched defs:nextLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/MC/MCParser/ | ||
H A D | COFFMasmParser.cpp | 449 SMLoc nextLoc = getTok().getLoc(); ParseDirectiveProc() local |
H A D | MasmParser.cpp | 2511 const SMLoc nextLoc = nextTok.getLoc(); parseStatement() local |
/llvm-project/lld/ELF/Arch/ | ||
H A D | RISCV.cpp | 830 const uint64_t nextLoc = loc + r.addend; relax() local |