Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp317 auto IsFixupIndicated = [](uint8_t Info) { in printLoaderSectionRelocationEntry() local
331 W.printNumber("FixupBitValue", IsFixupIndicated(Info) ? 1 : 0); in printLoaderSectionRelocationEntry()