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
316
virtual error_code
isSectionBSS
(DataRefImpl Sec, bool &Res) const = 0;
506
return OwningObject->
isSectionBSS
(SectionPimpl, Result);
MachO.h
86
virtual error_code
isSectionBSS
(DataRefImpl Sec, bool &Res) const;
COFF.h
234
virtual error_code
isSectionBSS
(DataRefImpl Sec, bool &Res) const;
ELF.h
698
virtual error_code
isSectionBSS
(DataRefImpl Sec, bool &Res) const;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
360
error_code COFFObjectFile::
isSectionBSS
(DataRefImpl Sec,
MachOObjectFile.cpp
754
error_code MachOObjectFile::
isSectionBSS
(DataRefImpl DRI, bool &Result) const {
[
all
...]
Completed in 457 milliseconds