Home
last modified time | relevance | path

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

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