Home
last modified time | relevance | path

Searched refs:FunctionIdLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3809 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3816 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3830 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3875 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3876 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5071 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
5078 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
5092 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
5137 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
5138 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()