Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DTarget.h192 struct ErrorPlace { struct
199 ErrorPlace getErrorPlace(const uint8_t *loc); argument
H A DTarget.cpp94 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace()
H A DRelocations.cpp100 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
120 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DARM.cpp401 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()