OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SymbolNames
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
36
std::vector<std::string>
SymbolNames
;
165
if (!
SymbolNames
[Index].empty())
166
return
SymbolNames
[Index];
170
SymbolNames
[Index] =
173
SymbolNames
[Index] = std::string(Name);
174
return
SymbolNames
[Index];
653
SymbolNames
.resize(SymTable.size());
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp
78
auto
SymbolNames
= getSymbolTypeNames();
79
for (const auto &E :
SymbolNames
)
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
506
StringSet<>
SymbolNames
;
707
!
SymbolNames
.insert(Info.Name).second)
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
679
void setStrTab(StringTableSection *StrTab) {
SymbolNames
= StrTab; }
684
StringTableSection *
SymbolNames
= nullptr;
703
const SectionBase *getStrTab() const { return
SymbolNames
; }
Completed in 70 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026