Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h165 ErrorPlace getErrorPlace(const uint8_t *Loc);
168 return getErrorPlace(Loc).Loc; in getErrorLocation()
190 ErrorPlace ErrPlace = getErrorPlace(Loc); in reportRangeError()
H A DTarget.cpp109 ErrorPlace elf::getErrorPlace(const uint8_t *Loc) { in getErrorPlace() function in elf