OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSectionReadOnlyData
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
322
virtual error_code
isSectionReadOnlyData
(DataRefImpl Sec, bool &Res) const =0;
522
return OwningObject->
isSectionReadOnlyData
(SectionPimpl, Result);
MachO.h
91
virtual error_code
isSectionReadOnlyData
(DataRefImpl Sec, bool &Res) const;
COFF.h
237
virtual error_code
isSectionReadOnlyData
(DataRefImpl Sec, bool &Res) const;
ELF.h
703
virtual error_code
isSectionReadOnlyData
(DataRefImpl Sec, bool &Res) const;
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
388
error_code COFFObjectFile::
isSectionReadOnlyData
(DataRefImpl Sec,
MachOObjectFile.cpp
784
error_code MachOObjectFile::
isSectionReadOnlyData
(DataRefImpl Sec,
[
all
...]
Completed in 30 milliseconds