Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h215 uint8_t getRelocatedLength() const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp151 W.printNumber("Length", Reloc.getRelocatedLength()); in printRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp80 uint8_t XCOFFRelocation32::getRelocatedLength() const { in getRelocatedLength() function in llvm::object::XCOFFRelocation32