Home
last modified time | relevance | path

Searched refs:isSectionBSS (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h222 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
400 return OwningObject->isSectionBSS(SectionPimpl); in isBSS()
DELFObjectFile.h233 bool isSectionBSS(DataRefImpl Sec) const override;
615 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function
DMachO.h228 bool isSectionBSS(DataRefImpl Sec) const override;
DCOFF.h741 bool isSectionBSS(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h247 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const = 0;
398 return OwningObject->isSectionBSS(SectionPimpl, Result); in isBSS()
DMachO.h60 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
DCOFF.h113 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h236 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
437 return OwningObject->isSectionBSS(SectionPimpl); in isBSS()
DWasm.h174 bool isSectionBSS(DataRefImpl Sec) const override;
DELFObjectFile.h259 bool isSectionBSS(DataRefImpl Sec) const override;
719 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function
DMachO.h312 bool isSectionBSS(DataRefImpl Sec) const override;
DCOFF.h909 bool isSectionBSS(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp362 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec, in isSectionBSS() function in COFFObjectFile
DELFObjectFile.cpp344 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
736 ::isSectionBSS(DataRefImpl Sec, in isSectionBSS() function in ELFObjectFile
DMachOObjectFile.cpp447 error_code MachOObjectFile::isSectionBSS(DataRefImpl DRI, in isSectionBSS() function in llvm::object::MachOObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp309 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
DMachOObjectFile.cpp692 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1200 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile
DCOFFObjectFile.cpp325 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
DMachOObjectFile.cpp1980 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile