OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSectionName
(Results
1 - 11
of
11
) sorted by relevancy
/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/include/llvm/Object/
IRSymtab.h
227
StringRef
getSectionName
() const { return SectionName; }
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,
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));
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
270
Expected<StringRef> COFFObjectFile::
getSectionName
(DataRefImpl Ref) const {
272
return
getSectionName
(Sec);
1081
COFFObjectFile::
getSectionName
(const coff_section *Sec) const {
WasmObjectFile.cpp
1614
Expected<StringRef> WasmObjectFile::
getSectionName
(DataRefImpl Sec) const {
XCOFFObjectFile.cpp
243
Expected<StringRef> XCOFFObjectFile::
getSectionName
(DataRefImpl Sec) const {
MachOObjectFile.cpp
1913
Expected<StringRef> MachOObjectFile::
getSectionName
(DataRefImpl Sec) const {
2058
if (Expected<StringRef> NameOrErr =
getSectionName
(Sec))
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
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);
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h
1098
inline std::string *
getSectionName
() { return m_name; }
Completed in 41 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026