HomeSort by: relevance | last modified time | path
    Searched defs:isSectionBSS (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 288 bool isSectionBSS(DataRefImpl Sec) const override;
876 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const {
WasmObjectFile.cpp 1676 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; }
XCOFFObjectFile.cpp 312 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const {
MachOObjectFile.cpp 2030 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const {

Completed in 73 milliseconds