Searched defs:isSectionText (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h88 std::error_code isSectionText(DataRefImpl Sec, bool &Res) const override;
421 std::error_code ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp286 std::error_code COFFObjectFile::isSectionText(DataRefImpl Ref, function in class:COFFObjectFile
H A DMachOObjectFile.cpp734 std::error_code MachOObjectFile::isSectionText(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile
787 // Consider using the code from isSectionText to look for __const sections.

Completed in 1120 milliseconds