Home
last modified time | relevance | path

Searched refs:Syms (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp103 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA() local
109 auto Start = Syms.at(RecordOffset); in findInlineFramesByVA()
110 auto End = Syms.at(Sym.End); in findInlineFramesByVA()
128 End = Syms.at(IS.End); in findInlineFramesByVA()
133 Start = Syms.at(IS.End); in findInlineFramesByVA()
H A DSymbolCache.cpp353 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset() local
356 for (auto I = Syms.begin(), E = Syms.end(); I != E; ++I) { in findFunctionSymbolBySectOffset()
374 I = Syms.at(PS.End); in findFunctionSymbolBySectOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DSymbolSize.cpp50 auto Syms = E->symbols(); in computeSymbolSizes() local
51 if (Syms.empty()) in computeSymbolSizes()
52 Syms = E->getDynamicSymbolIterators(); in computeSymbolSizes()
53 for (ELFSymbolRef Sym : Syms) in computeSymbolSizes()
H A DIRSymtab.cpp86 std::vector<storage::Symbol> Syms; member
142 Mod.Begin = Syms.size(); in addModule()
143 Mod.End = Syms.size() + Msymtab.symbols().size(); in addModule()
211 Syms.emplace_back(); in addSymbol()
212 storage::Symbol &Sym = Syms.back(); in addSymbol()
342 writeRange(Hdr.Symbols, Syms); in build()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h41 explicit SymbolListWrapper(ArrayRef<uint8_t> Syms) in SymbolListWrapper()
42 : SymPtr(const_cast<uint8_t *>(Syms.data())), SymSize(Syms.size()), in SymbolListWrapper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp311 const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs Syms, in LLVMOrcCreateCustomMaterializationUnit() argument
318 SFM[OrcV2CAPIHelper::moveToSymbolStringPtr(unwrap(Syms[I].Name))] = in LLVMOrcCreateCustomMaterializationUnit()
319 toJITSymbolFlags(Syms[I].Flags); in LLVMOrcCreateCustomMaterializationUnit()
328 LLVMOrcAbsoluteSymbols(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in LLVMOrcAbsoluteSymbols() argument
331 JITSymbolFlags Flags = toJITSymbolFlags(Syms[I].Sym.Flags); in LLVMOrcAbsoluteSymbols()
332 SM[OrcV2CAPIHelper::moveToSymbolStringPtr(unwrap(Syms[I].Name))] = in LLVMOrcAbsoluteSymbols()
333 JITEvaluatedSymbol(Syms[I].Sym.Address, Flags); in LLVMOrcAbsoluteSymbols()
H A DLLJIT.cpp846 SymbolLookupSet Syms(MangledName, in jit_dlsym() local
848 if (auto Result = J.getExecutionSession().lookup(JITSymSearchOrder, Syms, in jit_dlsym()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp401 std::vector<StringRef> SortedList(Syms.begin(), Syms.end()); in write()
416 std::vector<StringRef> SortedList(Syms.begin(), Syms.end()); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h411 void addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms,
423 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
428 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h1009 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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DOrc.h443 const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs Syms,
471 LLVMOrcAbsoluteSymbols(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp202 unsigned Syms = 0; in transferSymbols() local
212 ++Syms; in transferSymbols()
219 ++Syms; in transferSymbols()
222 return Syms; in transferSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp82 SmallVector<Symbol, 1> Syms; member
396 SectionMap[ContainingCsect]->Syms.emplace_back(XSym); in executePostLayoutBinding()
791 for (const auto &Sym : Csect.Syms) in writeSymbolTable()
901 for (auto &Sym : Csect.Syms) { in assignAddressesAndIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h373 Expected<uint32_t> getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms,
432 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex() argument
437 getExtendedSymbolTableIndex<ELFT>(Sym, &Sym - Syms.begin(), ShndxTable); in getSectionIndex()
1109 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
1110 if (V.size() != Syms) in getSHNDXTable()
1113 Twine(Syms)); in getSHNDXTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp349 const MarkedSymbolsTy &Syms = State->get<MarkedSymbols>(); in checkDeadSymbols() local
351 for (auto I = Syms.begin(), E = Syms.end(); I != E; ++I) { in checkDeadSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp272 auto &Syms = BlockSymsI->second; in dump() local
273 for (auto *Sym : Syms) in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h141 void preserveInitSectionIfPresent(JITLinkSymbolVector &Syms,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp533 void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms, in addModuleToGlobalRes() argument
539 for (const InputFile::Symbol &Sym : Syms) { in addModuleToGlobalRes()
710 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() argument
759 for (const InputFile::Symbol &Sym : Syms) { in addRegularLTO()
888 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() argument
896 for (const InputFile::Symbol &Sym : Syms) { in addThinLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp294 std::vector<Symbol *> Syms(S->symbols().begin(), S->symbols().end()); in dumpSectionContents() local
295 llvm::sort(Syms, [](const Symbol *LHS, const Symbol *RHS) { in dumpSectionContents()
299 JITTargetAddress NextAddr = Syms.front()->getAddress() & ~(DumpWidth - 1); in dumpSectionContents()
300 for (auto *Sym : Syms) { in dumpSectionContents()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp478 Elf_Sym_Range Syms(nullptr, nullptr); in printSymbolsHelper() local
483 Syms = dynamic_symbols(); in printSymbolsHelper()
484 Entries = Syms.size(); in printSymbolsHelper()
495 Syms = *SymsOrErr; in printSymbolsHelper()
502 if (Syms.empty()) in printSymbolsHelper()
508 llvm::any_of(Syms, [](const Elf_Sym &S) { return S.st_other & ~0x3; }); in printSymbolsHelper()
517 for (const Elf_Sym &Sym : Syms) in printSymbolsHelper()
518 printSymbol(Sym, &Sym - Syms.begin(), ShndxTable, StrTable, IsDynamic, in printSymbolsHelper()
6587 ArrayRef<Elf_Sym> Syms; in printVersionSymbolSection() local
6590 this->getVersionTable(*Sec, &Syms, &StrTable, &SymTabSec); in printVersionSymbolSection()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp987 std::vector<Elf_Sym> Syms = in initSymtabSectionHeader() local
989 SHeader.sh_size = Syms.size() * sizeof(Elf_Sym); in initSymtabSectionHeader()
990 CBA.write((const char *)Syms.data(), SHeader.sh_size); in initSymtabSectionHeader()
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.texi2076 into Syms (@code{sym_ids.c:@-sym_id_parse}). Remember that a single
2080 of Syms to be included or excluded from a particular listing.
H A Dgprof.info1808 Syms ('sym_ids.c:sym_id_parse'). Remember that a single symspec can
1810 each entry of which is a symbol table of Syms to be included or excluded
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.texi2079 into Syms (@code{sym_ids.c:@-sym_id_parse}). Remember that a single
2083 of Syms to be included or excluded from a particular listing.
H A Dgprof.info1811 Syms (‘sym_ids.c:sym_id_parse’). Remember that a single symspec can
1813 each entry of which is a symbol table of Syms to be included or excluded

12