Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h199 struct ErrorPlace { struct
206 ErrorPlace getErrorPlace(Ctx &ctx, const uint8_t *loc); argument
H A DTarget.cpp90 ErrorPlace elf::getErrorPlace(Ctx &ctx, const uint8_t *loc) { in getErrorPlace()
H A DRelocations.cpp89 ErrorPlace errPlace = getErrorPlace(ctx, loc); in reportRangeError()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp499 const ErrorPlace place = getErrorPlace(ctx, loc); in stateChangeWarning()