Home
last modified time | relevance | path

Searched defs:Syms (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp107 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA() local
H A DSymbolCache.cpp358 CVSymbolArray Syms = ExpectedModS->getSymbolArray(); in findFunctionSymbolBySectOffset() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp54 auto Syms = E->symbols(); in computeSymbolSizes() local
H A DIRSymtab.cpp93 std::vector<storage::Symbol> Syms; member
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h108 if (auto Syms = DylibMgr.lookup(H, R)) { in findSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp161 static SymbolMap toSymbolMap(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in toSymbolMap()
425 const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs Syms, in LLVMOrcCreateCustomMaterializationUnit()
442 LLVMOrcAbsoluteSymbols(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in LLVMOrcAbsoluteSymbols()
555 LLVMOrcCSymbolFlagsMapPairs Syms, size_t NumSyms) { in LLVMOrcMaterializationResponsibilityDefineMaterializing()
575 SymbolNameSet Syms; in LLVMOrcMaterializationResponsibilityDelegate() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp296 auto &Syms = BlockSymsI->second; in dump() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h559 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1270 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp618 void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms, in addModuleToGlobalRes()
818 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
1010 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp88 SmallVector<Symbol, 1> Syms; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp519 Elf_Sym_Range Syms(nullptr, nullptr); in getSymtabAndStrtab() local
542 Elf_Sym_Range Syms(nullptr, nullptr); in printSymbolsHelper() local
3990 SmallVector<std::pair<uint64_t, std::string>, 0> Syms; in printRelr() local
7554 ArrayRef<Elf_Sym> Syms; in printVersionSymbolSection() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1035 std::vector<Elf_Sym> Syms = in initSymtabSectionHeader() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1599 bool Deltas) { in emitPCSections()