OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSectionData
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp
94
return
isSectionData
(Sec);
XCOFFObjectFile.cpp
307
bool XCOFFObjectFile::
isSectionData
(DataRefImpl Sec) const {
COFFObjectFile.cpp
316
bool COFFObjectFile::
isSectionData
(DataRefImpl Ref) const {
WasmObjectFile.cpp
1672
bool WasmObjectFile::
isSectionData
(DataRefImpl Sec) const {
MachOObjectFile.cpp
2022
bool MachOObjectFile::
isSectionData
(DataRefImpl Sec) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
269
virtual bool
isSectionData
(DataRefImpl Sec) const = 0;
480
return OwningObject->
isSectionData
(SectionPimpl);
Wasm.h
190
bool
isSectionData
(DataRefImpl Sec) const override;
XCOFFObjectFile.h
295
bool
isSectionData
(DataRefImpl Sec) const override;
ELFObjectFile.h
287
bool
isSectionData
(DataRefImpl Sec) const override;
868
bool ELFObjectFile<ELFT>::
isSectionData
(DataRefImpl Sec) const {
MachO.h
308
bool
isSectionData
(DataRefImpl Sec) const override;
COFF.h
959
bool
isSectionData
(DataRefImpl Sec) const override;
Completed in 27 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026