Home
last modified time | relevance | path

Searched defs:syms (Results 1 – 22 of 22) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDLLDMapFile.cpp60 static SymbolMapTy getSectionSyms(ArrayRef<DefinedRegular *> syms) { in getSectionSyms()
78 ArrayRef<DefinedRegular *> syms) { in getSymbolStrings()
103 std::vector<DefinedRegular *> syms = getSymbols(ctx); in writeLLDMapFile() local
HDMapFile.cpp67 static void sortUniqueSymbols(std::vector<Defined *> &syms, in sortUniqueSymbols()
100 std::vector<Defined *> &syms, in getSymbols()
144 getSymbolStrings(const COFFLinkerContext &ctx, ArrayRef<Defined *> syms) { in getSymbolStrings()
217 std::vector<Defined *> syms; in writeMapFile() local
HDMinGW.cpp273 MutableArrayRef<Symbol *> syms = file->getMutableSymbols(); in wrapSymbols() local
HDSymbolTable.cpp845 std::vector<Symbol *> syms; in getSymsWithPrefix() local
874 std::vector<Symbol *> syms = getSymsWithPrefix(name); in findMangle() local
HDDLL.cpp161 std::vector<DefinedImportData *> &syms = kv.second; in binImports() local
HDDriver.cpp1205 ArrayRef<Symbol *> syms = obj->getSymbols(); in findKeepUniqueSections() local
HDWriter.cpp2019 std::vector<Symbol *> syms; in markSymbolsForRVATable() local
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDMapFile.cpp68 static SymbolMapTy getSectionSyms(ArrayRef<Defined *> syms) { in getSectionSyms()
93 getSymbolStrings(ArrayRef<Defined *> syms) { in getSymbolStrings()
151 std::vector<Defined *> syms = getSymbols(); in writeMapFile() local
HDThunks.h61 llvm::SmallVector<Defined *, 3> syms; variable
HDSymbolTable.cpp200 SmallVector<Symbol *, 0> syms; in handleDynamicList() local
218 SmallVector<Symbol *, 0> syms = findByVersion(ver); in assignExactVersion() local
HDLTO.cpp221 ArrayRef<Symbol *> syms = f.getSymbols(); in add() local
HDDriver.cpp2180 SmallVector<Symbol *, 0> syms; in handleUndefinedGlob() local
2400 ArrayRef<Symbol *> syms = obj->getSymbols(); in findKeepUniqueSections() local
HDInputFiles.cpp1549 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>(); in parse() local
HDWriter.cpp1867 DenseSet<Symbol *> syms; in finalizeSections() local
/freebsd-14-stable/lib/libc/resolv/
HDres_debug.c552 sym_ston(const struct res_sym *syms, const char *name, int *success) { in sym_ston()
566 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos()
584 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbIndex.cpp120 const CVSymbolArray &syms = cci.m_debug_stream.getSymbolArray(); in BuildAddrToSymbolMap() local
HDCompileUnitIndex.cpp80 const CVSymbolArray &syms = item.m_debug_stream.getSymbolArray(); in ParseExtendedInfo() local
HDSymbolFileNativePDB.cpp1056 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in ParseFunctions() local
1270 const CVSymbolArray &syms = cii->m_debug_stream.getSymbolArray(); in ParseLineTable() local
1626 CVSymbolArray syms = in ParseSymbolArrayInScope() local
1966 CVSymbolArray syms = limitSymbolArrayToScope( in ParseVariablesForBlock() local
2294 const CVSymbolArray &syms = cii.m_debug_stream.getSymbolArray(); in FindSymbolScope() local
/freebsd-14-stable/contrib/wpa/src/utils/
HDtrace.c31 static asymbol **syms = NULL; variable
/freebsd-14-stable/sys/dev/ksyms/
HDksyms.c133 long syms; in ksyms_size_permod() local
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDARM.cpp1304 MutableArrayRef<Symbol *> syms = file->getMutableSymbols(); in processArmCmseSymbols() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDConstructDecompositionT.h247 std::unordered_map<IdTy, ClauseSet> syms; member