Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DTarget.h184 struct ErrorPlace { struct
191 ErrorPlace getErrorPlace(const uint8_t *loc); argument
DTarget.cpp94 ErrorPlace elf::getErrorPlace(const uint8_t *loc) { in getErrorPlace()
DRelocations.cpp100 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
120 ErrorPlace errPlace = getErrorPlace(loc); in reportRangeError()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DARM.cpp403 const ErrorPlace place = getErrorPlace(loc); in stateChangeWarning()