Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3800 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3807 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3821 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3866 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3867 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5089 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
5096 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
5110 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
5155 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
5156 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()