Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp275 const EnumEntry<XCOFF::RelocationType> RelocationTypeNameclass[] = { variable
334 ArrayRef(RelocationTypeNameclass)); in printLoaderSectionRelocationEntry()
473 W.printEnum("Type", (uint8_t)Reloc.Type, ArrayRef(RelocationTypeNameclass)); in printRelocation()