OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSectionName
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp
74
static StringRef
getSectionName
(CodeGenOptions::ProfileInstrKind Kind) {
91
StringRef Section =
getSectionName
(Kind);
108
StringRef Section =
getSectionName
(Kind);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFListTable.h
98
StringRef
getSectionName
() const { return SectionName; }
214
Header.
getSectionName
(),
288
Header.
getSectionName
(), Header.getListTypeString()))
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
DwarfCFIEHPrinter.h
87
Expected<StringRef> NameOrErr = Obj.
getSectionName
(Shdr);
106
Expected<StringRef> NameOrErr = Obj.
getSectionName
(*EHFrameHdr);
ARMEHABIPrinter.h
608
if (Expected<StringRef> Name = ELF.
getSectionName
(*EHT))
634
if (Expected<StringRef> SectionName = ELF.
getSectionName
(Sec))
COFFDumper.cpp
1477
getSectionName
(const llvm::object::COFFObjectFile *Obj, int32_t SectionNumber,
1480
return Obj->
getSectionName
(Section);
1511
getSectionName
(Obj, Symbol.getSectionNumber(), Section))
1576
Expected<StringRef> AssocName =
getSectionName
(Obj, AuxNumber, *Assoc);
ELFDumper.cpp
937
return Obj.
getSectionName
(**SecOrErr);
2126
if (Expected<StringRef> NameOrErr = Obj.
getSectionName
(Shdr)) {
3614
this->FileName, this->Obj.
getSectionName
(Sec, SecStrTable)));
3993
this->Obj.
getSectionName
(S, SecStrTable))
4244
unwrapOrError(this->FileName, this->Obj.
getSectionName
(Sec)).str() +
4258
unwrapOrError(this->FileName, this->Obj.
getSectionName
(Sec)).str() +
5404
StartNotesFn(expectedToOptional(Obj.
getSectionName
(S)), S.sh_offset,
5662
Obj.
getSectionName
(Sec, this->WarningHandler))
5880
if (Expected<StringRef> NameOrErr = Obj.
getSectionName
(Sec))
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
ELF_x86_64.cpp
356
auto Name = Obj.
getSectionName
(SecRef);
434
auto RelSectName = Obj.
getSectionName
(SecRef);
446
auto UpdateSectionName = Obj.
getSectionName
(**UpdateSection);
547
auto Name = Obj.
getSectionName
(SecRef);
638
auto sectName = Obj.
getSectionName
(**DefinedSection);
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp
456
if (!Sym.
getSectionName
().empty())
457
outs() << " section " << Sym.
getSectionName
() << "\n";
/src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp
80
Expected<StringRef> NameOrErr =
getSectionName
(Sec);
COFFObjectFile.cpp
270
Expected<StringRef> COFFObjectFile::
getSectionName
(DataRefImpl Ref) const {
272
return
getSectionName
(Sec);
1081
COFFObjectFile::
getSectionName
(const coff_section *Sec) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp
75
if (Expected<StringRef> NameOrErr = COFFObj.
getSectionName
(Sec))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h
387
getSectionName
(const Elf_Shdr &Section,
389
Expected<StringRef>
getSectionName
(const Elf_Shdr &Section,
1161
ELFFile<ELFT>::
getSectionName
(const Elf_Shdr &Section,
1169
return
getSectionName
(Section, *Table);
1173
Expected<StringRef> ELFFile<ELFT>::
getSectionName
(const Elf_Shdr &Section,
ObjectFile.h
260
virtual Expected<StringRef>
getSectionName
(DataRefImpl Sec) const = 0;
444
return OwningObject->
getSectionName
(SectionPimpl);
IRSymtab.h
227
StringRef
getSectionName
() const { return SectionName; }
Wasm.h
181
Expected<StringRef>
getSectionName
(DataRefImpl Sec) const override;
XCOFFObjectFile.h
286
Expected<StringRef>
getSectionName
(DataRefImpl Sec) const override;
ELFObjectFile.h
278
Expected<StringRef>
getSectionName
(DataRefImpl Sec) const override;
813
Expected<StringRef> ELFObjectFile<ELFT>::
getSectionName
(DataRefImpl Sec) const {
814
return EF.
getSectionName
(*getSection(Sec));
COFF.h
950
Expected<StringRef>
getSectionName
(DataRefImpl Sec) const override;
1075
Expected<StringRef>
getSectionName
(const coff_section *Sec) const;
MachO.h
296
Expected<StringRef>
getSectionName
(DataRefImpl Sec) const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
151
using irsymtab::Symbol::
getSectionName
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp
232
std::string
getSectionName
(const std::string &Section) const;
687
Array->setSection(
getSectionName
(Section));
967
ModuleSanitizerCoverage::
getSectionName
(const std::string &Section) const {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
ELFDump.cpp
103
auto SecName = EF.
getSectionName
(*SymSec);
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp
1127
std::string * sectionName = sectionNode->
getSectionName
();
1158
matcher.addPattern(isInclude, *(sectionNode->
getSectionName
()));
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp
272
Expected<StringRef> Name = ObjRef->
getSectionName
(Header);
/src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp
552
if (Expected<StringRef> NameOrErr = MachO->
getSectionName
(Ref))
995
if (Expected<StringRef> NameOrErr = Obj.
getSectionName
(Section))
1057
if (Expected<StringRef> NameOrErr = Obj.
getSectionName
(Ref))
1201
if (Expected<StringRef> NameOrErr = Obj->
getSectionName
(Ref))
Completed in 58 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026