Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDTarget.h203 ErrorPlace getErrorPlace(const uint8_t *loc);
206 return getErrorPlace(loc).loc; in getErrorLocation()
HDTarget.cpp99 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace() function in elf
HDRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
132 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp496 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()