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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp103 printSectionHeaders(Obj.sections32());
110 printRelocations(Obj.sections32());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h359 ArrayRef<XCOFFSectionHeader32> sections32() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp618 ArrayRef<XCOFFSectionHeader32> XCOFFObjectFile::sections32() const { function in class:llvm::object::XCOFFObjectFile
636 for (const auto &Sec : sections32()) {

Completed in 122 milliseconds