OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDebugSection
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
COFFObjcopy.cpp
30
static bool
isDebugSection
(const Section &Sec) {
144
if (
isDebugSection
(Sec) &&
159
return !
isDebugSection
(Sec) && Sec.Name != ".buildid" &&
/src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
SectionSizes.cpp
96
if (!Section.
isDebugSection
(SectionName))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
126
bool
isDebugSection
(StringRef SectionName) const;
277
virtual bool
isDebugSection
(StringRef SectionName) const;
507
inline bool SectionRef::
isDebugSection
(StringRef SectionName) const {
508
return OwningObject->
isDebugSection
(SectionName);
ELFObjectFile.h
292
bool
isDebugSection
(StringRef SectionName) const override;
931
bool ELFObjectFile<ELFT>::
isDebugSection
(StringRef SectionName) const {
MachO.h
312
bool
isDebugSection
(StringRef SectionName) const override;
COFF.h
962
bool
isDebugSection
(StringRef SectionName) const override;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h
161
static bool
isDebugSection
(const NormalizedSection &NSec);
MachOLinkGraphBuilder.cpp
83
bool MachOLinkGraphBuilder::
isDebugSection
(const NormalizedSection &NSec) {
181
if (!
isDebugSection
(NSec)) {
/src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp
97
bool ObjectFile::
isDebugSection
(StringRef SectionName) const {
COFFObjectFile.cpp
331
bool COFFObjectFile::
isDebugSection
(StringRef SectionName) const {
MachOObjectFile.cpp
2038
bool MachOObjectFile::
isDebugSection
(StringRef SectionName) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.cpp
56
static bool
isDebugSection
(const SectionBase &Sec) {
377
return
isDebugSection
(Sec);
388
return RemovePred(Sec) ||
isDebugSection
(Sec);
Completed in 28 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026