OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSectionBSS
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
219
virtual bool
isSectionBSS
(DataRefImpl Sec) const = 0;
390
return OwningObject->
isSectionBSS
(SectionPimpl);
ELFObjectFile.h
223
bool
isSectionBSS
(DataRefImpl Sec) const override;
591
bool ELFObjectFile<ELFT>::
isSectionBSS
(DataRefImpl Sec) const {
MachO.h
227
bool
isSectionBSS
(DataRefImpl Sec) const override;
COFF.h
667
bool
isSectionBSS
(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
COFFObjectFile.cpp
306
bool COFFObjectFile::
isSectionBSS
(DataRefImpl Ref) const {
[
all
...]
MachOObjectFile.cpp
562
bool MachOObjectFile::
isSectionBSS
(DataRefImpl Sec) const {
[
all
...]
Completed in 219 milliseconds