Home
last modified time | relevance | path

Searched refs:getErrorPlace (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h206 ErrorPlace getErrorPlace(Ctx &ctx, const uint8_t *loc);
209 return getErrorPlace(ctx, loc).loc; in getErrorLoc()
H A DTarget.cpp90 ErrorPlace elf::getErrorPlace(Ctx &ctx, const uint8_t *loc) { in getErrorPlace() function in elf
H A DRelocations.cpp89 ErrorPlace errPlace = getErrorPlace(ctx, loc); in reportRangeError()
121 diag << getErrorPlace(ctx, loc).loc << msg << " is out of range: " << v in reportRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp499 const ErrorPlace place = getErrorPlace(ctx, loc); in stateChangeWarning()