Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections()
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp61 Obj.sections32()); in dumpSections()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp801 DRI.p = GetSectionAddr(sections32()); in getSectionByType()
971 ArrayRef<XCOFFSectionHeader32> XCOFFObjectFile::sections32() const { in sections32() function in llvm::object::XCOFFObjectFile
992 for (const auto &Sec : sections32()) { in getNumberOfRelocationEntries()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp148 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
453 printRelocations<XCOFFSectionHeader32, XCOFFRelocation32>(Obj.sections32()); in printRelocations()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h680 ArrayRef<XCOFFSectionHeader32> sections32() const;