Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp452 SMLoc nextLoc = getTok().getLoc(); in parseDirectiveProc() local
456 return Error(nextLoc, "far procedure definitions not yet supported"); in parseDirectiveProc()
460 nextLoc = getTok().getLoc(); in parseDirectiveProc()
H A DMasmParser.cpp2159 const SMLoc nextLoc = nextTok.getLoc(); in parseStatement() local
2188 return (*Handler.second)(Handler.first, nextVal, nextLoc); in parseStatement()
2288 nextVal, nextLoc, IDVal); in parseStatement()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp851 const uint64_t nextLoc = loc + r.addend; in relax() local
854 remove = nextLoc - ((loc + align - 1) & -align); in relax()