Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DTarget.h194 ErrorPlace getErrorPlace(const uint8_t *loc);
197 return getErrorPlace(loc).loc; in getErrorLocation()
H A DTarget.cpp115 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace() function in elf
H A DRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
118 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()