Searched refs:getErrorPlace (Results 1 – 4 of 4) sorted by relevance
206 ErrorPlace getErrorPlace(Ctx &ctx, const uint8_t *loc);209 return getErrorPlace(ctx, loc).loc; in getErrorLoc()
90 ErrorPlace elf::getErrorPlace(Ctx &ctx, const uint8_t *loc) { in getErrorPlace() function in elf
89 ErrorPlace errPlace = getErrorPlace(ctx, loc); in reportRangeError()121 diag << getErrorPlace(ctx, loc).loc << msg << " is out of range: " << v in reportRangeError()
499 const ErrorPlace place = getErrorPlace(ctx, loc); in stateChangeWarning()