| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 74 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 D | DWARFListTable.h | 98 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 D | ELF_x86_64.cpp | 356 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 D | DwarfCFIEHPrinter.h | 87 Expected<StringRef> NameOrErr = Obj.getSectionName(Shdr); in printUnwindInformation() 106 Expected<StringRef> NameOrErr = Obj.getSectionName(*EHFrameHdr); in printEHFrameHdr()
|
| H A D | ARMEHABIPrinter.h | 608 if (Expected<StringRef> Name = ELF.getSectionName(*EHT)) in PrintIndexTable() 634 if (Expected<StringRef> SectionName = ELF.getSectionName(Sec)) in PrintUnwindInformation()
|
| H A D | COFFDumper.cpp | 1477 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 D | ELFDumper.cpp | 937 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 D | ELF.h | 387 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 D | ObjectFile.h | 260 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const = 0; 444 return OwningObject->getSectionName(SectionPimpl); in getName()
|
| H A D | IRSymtab.h | 227 StringRef getSectionName() const { return SectionName; } in getSectionName() function
|
| H A D | ELFObjectFile.h | 278 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 D | Wasm.h | 181 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
|
| H A D | XCOFFObjectFile.h | 286 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
|
| H A D | COFF.h | 950 Expected<StringRef> getSectionName(DataRefImpl Sec) const override; 1075 Expected<StringRef> getSectionName(const coff_section *Sec) const;
|
| H A D | MachO.h | 296 Expected<StringRef> getSectionName(DataRefImpl Sec) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 456 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 D | ObjectFile.cpp | 80 Expected<StringRef> NameOrErr = getSectionName(Sec); in isSectionBitcode()
|
| H A D | COFFObjectFile.cpp | 270 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 D | Reader.cpp | 75 if (Expected<StringRef> NameOrErr = COFFObj.getSectionName(Sec)) in readSections()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 232 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 D | LTO.h | 151 using irsymtab::Symbol::getSectionName;
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | ConversionController.cpp | 1127 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 D | ELFDump.cpp | 103 auto SecName = EF.getSectionName(*SymSec); in getRelocationValueString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 552 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 D | DebugObjectManagerPlugin.cpp | 272 Expected<StringRef> Name = ObjRef->getSectionName(Header); in CreateArchType()
|