Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3811 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3818 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3832 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3877 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3878 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5072 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
5079 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
5093 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
5138 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
5139 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()