Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3766 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3775 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3789 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3835 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3836 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5140 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
5149 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
5163 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
5209 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
5210 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()