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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 270 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
484 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 191 bool isSectionBSS(DataRefImpl Sec) const override;
XCOFFObjectFile.h 296 bool isSectionBSS(DataRefImpl Sec) const override;
ELFObjectFile.h 288 bool isSectionBSS(DataRefImpl Sec) const override;
876 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const {
MachO.h 309 bool isSectionBSS(DataRefImpl Sec) const override;
COFF.h 960 bool isSectionBSS(DataRefImpl Sec) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 312 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const {
COFFObjectFile.cpp 321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const {
WasmObjectFile.cpp 1676 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; }
MachOObjectFile.cpp 2030 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const {

Completed in 31 milliseconds