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.h203 ErrorPlace getErrorPlace(const uint8_t *loc); in getErrorLocation()
206 return getErrorPlace(loc).loc;
H A DTarget.cpp99 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace() function in elf
H A DRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
132 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp496 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()