OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Jun 08 00:24:58 UTC 2026