Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp312 return binary->sections32(); in GetSections()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp822 DRI.p = GetSectionAddr(sections32()); in getSectionByType()
992 ArrayRef<XCOFFSectionHeader32> XCOFFObjectFile::sections32() const { in sections32() function in llvm::object::XCOFFObjectFile
1013 for (const auto &Sec : sections32()) { in getNumberOfRelocationEntries()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp150 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
458 printRelocations<XCOFFSectionHeader32, XCOFFRelocation32>(Obj.sections32()); in printRelocations()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h701 ArrayRef<XCOFFSectionHeader32> sections32() const;