Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h171 uint32_t getSectionSubtype() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1200 int32_t SectionSubtype = Sec.getSectionSubtype(); in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp68 uint32_t XCOFFSectionHeader<T>::getSectionSubtype() const { in getSectionSubtype() function in llvm::object::XCOFFSectionHeader