Home
last modified time | relevance | path

Searched refs:sections64 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp59 Obj.sections64()); in dumpSections()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp127 printSectionHeaders(Obj.sections64()); in printSectionHeaders()
134 printRelocations<XCOFFSectionHeader64, XCOFFRelocation64>(Obj.sections64()); in printRelocations()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp400 for (const auto &Sec64 : sections64()) in getLoaderSectionAddress()
900 ArrayRef<XCOFFSectionHeader64> XCOFFObjectFile::sections64() const { in sections64() function in llvm::object::XCOFFObjectFile
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h603 ArrayRef<XCOFFSectionHeader64> sections64() const;