Searched defs:getSectionFlags (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 549 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { getSectionFlags() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 963 int32_t XCOFFObjectFile::getSectionFlags(DataRefImpl Sec) const { getSectionFlags() function in llvm::object::XCOFFObjectFile |
H A D | MachOObjectFile.cpp | 181 static uint32_t getSectionFlags(const MachOObjectFile &O, in getSectionFlags() function |