Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DTarget.h199 ErrorPlace getErrorPlace(const uint8_t *loc);
202 return getErrorPlace(loc).loc; in getErrorLocation()
H A DTarget.cpp94 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace() function in elf
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()