Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3758 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
3767 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
3781 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
3827 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
3828 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp4816 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVFuncId() local
4825 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVFuncId()
4839 SMLoc FunctionIdLoc = getTok().getLoc(); in parseDirectiveCVInlineSiteId() local
4885 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
4886 return Error(FunctionIdLoc, "function id already allocated"); in parseDirectiveCVInlineSiteId()