Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp317 SMLoc nextLoc = getTok().getLoc(); in ParseDirectiveProc() local
321 return Error(nextLoc, "far procedure definitions not yet supported"); in ParseDirectiveProc()
325 nextLoc = getTok().getLoc(); in ParseDirectiveProc()
H A DMasmParser.cpp2527 const SMLoc nextLoc = nextTok.getLoc(); in parseStatement() local
2556 return (*Handler.second)(Handler.first, nextVal, nextLoc); in parseStatement()
2656 nextVal, nextLoc, IDVal); in parseStatement()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DRISCV.cpp636 const uint64_t nextLoc = loc + r.addend; in relax() local
639 remove = nextLoc - ((loc + align - 1) & -align); in relax()