Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp316 auto IsRelocationSigned = [](uint8_t Info) { in printLoaderSectionRelocationEntry() local
333 W.printString("IsSigned", IsRelocationSigned(Info) ? "Yes" : "No"); in printLoaderSectionRelocationEntry()