Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp102 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
109 printRelocations(Obj.sections32()); in printRelocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp637 ArrayRef<XCOFFSectionHeader32> XCOFFObjectFile::sections32() const { in sections32() function in llvm::object::XCOFFObjectFile
655 for (const auto &Sec : sections32()) { in getLogicalNumberOfRelocationEntries()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h362 ArrayRef<XCOFFSectionHeader32> sections32() const;