Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h159 struct ErrorPlace { struct
165 ErrorPlace getErrorPlace(const uint8_t *Loc); argument
190 ErrorPlace ErrPlace = getErrorPlace(Loc); in reportRangeError()
H A DTarget.cpp96 template <class ELFT> static ErrorPlace getErrPlace(const uint8_t *Loc) { in getErrPlace()
109 ErrorPlace elf::getErrorPlace(const uint8_t *Loc) { in getErrorPlace()