Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp313 auto IsRelocationSigned = [](uint8_t Info) { in printLoaderSectionRelocationEntry() local
329 W.printString("IsSigned", IsRelocationSigned(Info) ? "Yes" : "No"); in printLoaderSectionRelocationEntry()