Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h516 bool isRelocationSigned() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp475 W.printString("IsSigned", Reloc.isRelocationSigned() ? "Yes" : "No"); in printRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp79 bool XCOFFRelocation<AddressType>::isRelocationSigned() const { in isRelocationSigned() function in llvm::object::XCOFFRelocation