Searched refs:isRelocationSigned (Results 1 – 3 of 3) sorted by relevance
211 bool isRelocationSigned() const;
149 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No"); in printRelocations()
72 bool XCOFFRelocation32::isRelocationSigned() const { in isRelocationSigned() function in llvm::object::XCOFFRelocation32