Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDTarget.h196 struct ErrorPlace { struct
203 ErrorPlace getErrorPlace(const uint8_t *loc); argument
HDTarget.cpp99 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace()
HDRelocations.cpp101 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
132 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp496 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()