HomeSort by: relevance | last modified time | path
    Searched defs:isDebugSection (Results 1 - 8 of 8) sorted by relevancy

  /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/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/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp 83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) {
181 if (!isDebugSection(NSec)) {
  /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);
  /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 {

Completed in 26 milliseconds