OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Syms
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Object/
SymbolSize.cpp
50
auto
Syms
= E->symbols();
51
if (
Syms
.empty())
52
Syms
= E->getDynamicSymbolIterators();
53
for (ELFSymbolRef Sym :
Syms
)
IRSymtab.cpp
86
std::vector<storage::Symbol>
Syms
;
142
Mod.Begin =
Syms
.size();
143
Mod.End =
Syms
.size() + Msymtab.symbols().size();
211
Syms
.emplace_back();
212
storage::Symbol &Sym =
Syms
.back();
342
writeRange(Hdr.Symbols,
Syms
);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeFunctionSymbol.cpp
103
CVSymbolArray
Syms
= ModS->getSymbolArray();
109
auto Start =
Syms
.at(RecordOffset);
110
auto End =
Syms
.at(Sym.End);
128
End =
Syms
.at(IS.End);
133
Start =
Syms
.at(IS.End);
SymbolCache.cpp
353
CVSymbolArray
Syms
= ExpectedModS->getSymbolArray();
356
for (auto I =
Syms
.begin(), E =
Syms
.end(); I != E; ++I) {
374
I =
Syms
.at(PS.End);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp
349
const MarkedSymbolsTy &
Syms
= State->get<MarkedSymbols>();
351
for (auto I =
Syms
.begin(), E =
Syms
.end(); I != E; ++I) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
JITLink.cpp
272
auto &
Syms
= BlockSymsI->second;
273
for (auto *Sym :
Syms
)
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp
202
unsigned
Syms
= 0;
212
++
Syms
;
219
++
Syms
;
222
return
Syms
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp
82
SmallVector<Symbol, 1>
Syms
;
385
// into csect's
Syms
.
396
SectionMap[ContainingCsect]->
Syms
.emplace_back(XSym);
791
for (const auto &Sym : Csect.
Syms
)
901
for (auto &Sym : Csect.
Syms
) {
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
987
std::vector<Elf_Sym>
Syms
=
989
SHeader.sh_size =
Syms
.size() * sizeof(Elf_Sym);
990
CBA.write((const char *)
Syms
.data(), SHeader.sh_size);
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
1009
Syms
.insert(Name);
1012
Syms
.insert(Name.copy(Allocator));
1015
bool contains(StringRef Name) { return
Syms
.count(Name); }
1018
for (auto Sym : List.
Syms
)
1022
unsigned size() { return
Syms
.size(); }
1036
DenseSet<StringRef>
Syms
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
478
Elf_Sym_Range
Syms
(nullptr, nullptr);
483
Syms
= dynamic_symbols();
484
Entries =
Syms
.size();
495
Syms
= *SymsOrErr;
502
if (
Syms
.empty())
508
llvm::any_of(
Syms
, [](const Elf_Sym &S) { return S.st_other & ~0x3; });
517
for (const Elf_Sym &Sym :
Syms
)
518
printSymbol(Sym, &Sym -
Syms
.begin(), ShndxTable, StrTable, IsDynamic,
6587
ArrayRef<Elf_Sym>
Syms
;
6590
this->getVersionTable(*Sec, &
Syms
, &StrTable, &SymTabSec)
[
all
...]
Completed in 88 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026