Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp103 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
110 printRelocations(Obj.sections32()); in printRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp650 ArrayRef<XCOFFSectionHeader32> XCOFFObjectFile::sections32() const { in sections32() function in llvm::object::XCOFFObjectFile
668 for (const auto &Sec : sections32()) { in getLogicalNumberOfRelocationEntries()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h409 ArrayRef<XCOFFSectionHeader32> sections32() const;