Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3801 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3808 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3822 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3867 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3868 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5104 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
5111 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
5125 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
5170 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
5171 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()