Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp59 Obj.sections64()); in dumpSections()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp146 printSectionHeaders(Obj.sections64()); in printSectionHeaders()
451 printRelocations<XCOFFSectionHeader64, XCOFFRelocation64>(Obj.sections64()); in printRelocations()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp799 DRI.p = GetSectionAddr(sections64()); in getSectionByType()
964 ArrayRef<XCOFFSectionHeader64> XCOFFObjectFile::sections64() const { in sections64() function in llvm::object::XCOFFObjectFile
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h681 ArrayRef<XCOFFSectionHeader64> sections64() const;