Home
last modified time | relevance | path

Searched refs:getSectionName (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName() function
91 StringRef Section = getSectionName(Kind); in isFunctionExcluded()
108 StringRef Section = getSectionName(Kind); in isFileExcluded()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h98 StringRef getSectionName() const { return SectionName; } in getSectionName() function
214 Header.getSectionName(), in extract()
288 Header.getSectionName(), Header.getListTypeString())) in findList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DELF_x86_64.cpp356 auto Name = Obj.getSectionName(SecRef); in createNormalizedSections()
434 auto RelSectName = Obj.getSectionName(SecRef); in addRelocations()
446 auto UpdateSectionName = Obj.getSectionName(**UpdateSection); in addRelocations()
547 auto Name = Obj.getSectionName(SecRef); in graphifyRegularSymbols()
638 auto sectName = Obj.getSectionName(**DefinedSection); in graphifyRegularSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h87 Expected<StringRef> NameOrErr = Obj.getSectionName(Shdr); in printUnwindInformation()
106 Expected<StringRef> NameOrErr = Obj.getSectionName(*EHFrameHdr); in printEHFrameHdr()
H A DARMEHABIPrinter.h608 if (Expected<StringRef> Name = ELF.getSectionName(*EHT)) in PrintIndexTable()
634 if (Expected<StringRef> SectionName = ELF.getSectionName(Sec)) in PrintUnwindInformation()
H A DCOFFDumper.cpp1477 getSectionName(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber, in getSectionName() function
1480 return Obj->getSectionName(Section); in getSectionName()
1511 getSectionName(Obj, Symbol.getSectionNumber(), Section)) in printSymbol()
1576 Expected<StringRef> AssocName = getSectionName(Obj, AuxNumber, *Assoc); in printSymbol()
H A DELFDumper.cpp937 return Obj.getSectionName(**SecOrErr); in getSymbolSectionName()
2126 if (Expected<StringRef> NameOrErr = Obj.getSectionName(Shdr)) { in findSectionByName()
3614 this->FileName, this->Obj.getSectionName(Sec, SecStrTable))); in printSectionHeaders()
3993 this->Obj.getSectionName(S, SecStrTable)) in printSectionDetails()
4244 unwrapOrError(this->FileName, this->Obj.getSectionName(Sec)).str() + in printSectionMapping()
4258 unwrapOrError(this->FileName, this->Obj.getSectionName(Sec)).str() + in printSectionMapping()
5404 StartNotesFn(expectedToOptional(Obj.getSectionName(S)), S.sh_offset, in printNotesHelper()
5662 Obj.getSectionName(Sec, this->WarningHandler)) in getPrintableSectionName()
5880 if (Expected<StringRef> NameOrErr = Obj.getSectionName(Sec)) in printRelocatableStackSizes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h387 getSectionName(const Elf_Shdr &Section,
389 Expected<StringRef> getSectionName(const Elf_Shdr &Section,
1161 ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
1169 return getSectionName(Section, *Table); in getSectionName()
1173 Expected<StringRef> ELFFile<ELFT>::getSectionName(const Elf_Shdr &Section, in getSectionName() function
H A DObjectFile.h260 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const = 0;
444 return OwningObject->getSectionName(SectionPimpl); in getName()
H A DIRSymtab.h227 StringRef getSectionName() const { return SectionName; } in getSectionName() function
H A DELFObjectFile.h278 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
813 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() function
814 return EF.getSectionName(*getSection(Sec)); in getSectionName()
H A DWasm.h181 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h286 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
H A DCOFF.h950 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
1075 Expected<StringRef> getSectionName(const coff_section *Sec) const;
H A DMachO.h296 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp456 if (!Sym.getSectionName().empty()) in dumpSymtab()
457 outs() << " section " << Sym.getSectionName() << "\n"; in dumpSymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObjectFile.cpp80 Expected<StringRef> NameOrErr = getSectionName(Sec); in isSectionBitcode()
H A DCOFFObjectFile.cpp270 Expected<StringRef> COFFObjectFile::getSectionName(DataRefImpl Ref) const { in getSectionName() function in COFFObjectFile
272 return getSectionName(Sec); in getSectionName()
1081 COFFObjectFile::getSectionName(const coff_section *Sec) const { in getSectionName() function in COFFObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp75 if (Expected<StringRef> NameOrErr = COFFObj.getSectionName(Sec)) in readSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp232 std::string getSectionName(const std::string &Section) const;
687 Array->setSection(getSectionName(Section)); in CreateFunctionLocalArrayInSection()
967 ModuleSanitizerCoverage::getSectionName(const std::string &Section) const { in getSectionName() function in ModuleSanitizerCoverage
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h151 using irsymtab::Symbol::getSectionName;
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1127 std::string * sectionName = sectionNode->getSectionName(); in createSourceFromNode()
1158 matcher.addPattern(isInclude, *(sectionNode->getSectionName())); in createSourceFromNode()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp552 if (Expected<StringRef> NameOrErr = MachO->getSectionName(Ref)) in darwinPrintSymbol()
995 if (Expected<StringRef> NameOrErr = Obj.getSectionName(Section)) in getSymbolNMTypeChar()
1057 if (Expected<StringRef> NameOrErr = Obj.getSectionName(Ref)) in getSymbolNMTypeChar()
1201 if (Expected<StringRef> NameOrErr = Obj->getSectionName(Ref)) in getNsectForSegSect()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp272 Expected<StringRef> Name = ObjRef->getSectionName(Header); in CreateArchType()

12