Home
last modified time | relevance | path

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

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