OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Syms
(Results
1 - 23
of
23
) sorted by relevancy
/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/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.h
41
explicit SymbolListWrapper(ArrayRef<uint8_t>
Syms
)
42
: SymPtr(const_cast<uint8_t *>(
Syms
.data())), SymSize(
Syms
.size()),
/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/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dlmopen-ns-ids.exp
58
-re {From\s+To\s+(Linker NS\s+)?
Syms
Read\s+Shared Object Library\r\n} {
111
-re "\r\nFrom\\s+To\\s+\(Linker NS\\s+\)?
Syms
\\s+Read\\s+Shared Object Library(?=\r\n)" {
138
"From\\s+To\\s+
Syms
\\s+Read\\s+Shared Object Library.*" \
146
"From\\s+To\\s+Linker NS\\s+
Syms
\\s+Read\\s+Shared Object Library.*" \
171
"From\\s+To\\s+
Syms
\\s+Read\\s+Shared Object Library.*" \
dlmopen.exp
248
-re "From\\s+To\\s+\(Linker NS\\s+\)?
Syms
\\s+Read\\s+Shared Object Library\r\n" {
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
Orc.h
416
* The
Syms
list contains the names and linkages of the symbols provided by this
417
* unit. This function takes ownership of the elements of the
Syms
array. The
425
* then InitSym should be set to a unique name that also appears in the
Syms
428
* retained twice on behalf of this function: once for the
Syms
entry and once
432
* If any of the symbols in the
Syms
list is looked up then the Materialize
435
* If any of the symbols in the
Syms
list is overridden then the Discard
443
const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs
Syms
,
453
* This function takes ownership of the elements of the
Syms
array. The Name
459
* -- Build
Syms
array --
461
* LLVMOrcAbsoluteSymbols(
Syms
, NumPairs)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
OrcV2CBindings.cpp
311
const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs
Syms
,
318
SFM[OrcV2CAPIHelper::moveToSymbolStringPtr(unwrap(
Syms
[I].Name))] =
319
toJITSymbolFlags(
Syms
[I].Flags);
328
LLVMOrcAbsoluteSymbols(LLVMOrcCSymbolMapPairs
Syms
, size_t NumPairs) {
331
JITSymbolFlags Flags = toJITSymbolFlags(
Syms
[I].Sym.Flags);
332
SM[OrcV2CAPIHelper::moveToSymbolStringPtr(unwrap(
Syms
[I].Name))] =
333
JITEvaluatedSymbol(
Syms
[I].Sym.Address, Flags);
LLJIT.cpp
846
SymbolLookupSet
Syms
(MangledName,
848
if (auto Result = J.getExecutionSession().lookup(JITSymSearchOrder,
Syms
,
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
411
void addModuleToGlobalRes(ArrayRef<InputFile::Symbol>
Syms
,
423
addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol>
Syms
,
428
Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol>
Syms
,
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp
401
std::vector<StringRef> SortedList(
Syms
.begin(),
Syms
.end());
416
std::vector<StringRef> SortedList(
Syms
.begin(),
Syms
.end());
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
MachOPlatform.h
141
void preserveInitSectionIfPresent(JITLinkSymbolVector &
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/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/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/include/llvm/Object/
ELF.h
373
Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range
Syms
,
432
ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range
Syms
,
437
getExtendedSymbolTableIndex<ELFT>(Sym, &Sym -
Syms
.begin(), ShndxTable);
1109
uint64_t
Syms
= SymTable.sh_size / sizeof(Elf_Sym);
1110
if (V.size() !=
Syms
)
1113
Twine(
Syms
));
/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/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/LTO/
LTO.cpp
533
void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol>
Syms
,
539
for (const InputFile::Symbol &Sym :
Syms
) {
710
LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol>
Syms
,
738
// In this function we need IR GlobalValues matching the symbols in
Syms
759
for (const InputFile::Symbol &Sym :
Syms
) {
888
Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol>
Syms
,
896
for (const InputFile::Symbol &Sym :
Syms
) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp
94
NoProcessSymbols("no-process-
syms
",
294
std::vector<Symbol *>
Syms
(S->symbols().begin(), S->symbols().end());
295
llvm::sort(
Syms
, [](const Symbol *LHS, const Symbol *RHS) {
299
JITTargetAddress NextAddr =
Syms
.front()->getAddress() & ~(DumpWidth - 1);
300
for (auto *Sym :
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
...]
/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);
Completed in 46 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026