Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DTarget.cpp94 template <class ELFT> static ErrorPlace getErrPlace(const uint8_t *loc) { in getErrPlace()
115 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace()
DTarget.h187 struct ErrorPlace { struct
193 ErrorPlace getErrorPlace(const uint8_t *loc); argument
DRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
118 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()