Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DTarget.h196 struct ErrorPlace { struct
203 ErrorPlace getErrorPlace(const uint8_t *loc); argument
H A DTarget.cpp98 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace()
H A DRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
132 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp419 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()