Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h162 bool isReservedSectionType() const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1197 if (Sec.isReservedSectionType()) in printSectionHeaders()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp68 bool XCOFFSectionHeader<T>::isReservedSectionType() const { in isReservedSectionType() function in llvm::object::XCOFFSectionHeader