Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp183 static SymbolMap toSymbolMap(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in toSymbolMap()
448 const char *Name, void *Ctx, LLVMOrcCSymbolFlagsMapPairs Syms, in LLVMOrcCreateCustomMaterializationUnit()
465 LLVMOrcAbsoluteSymbols(LLVMOrcCSymbolMapPairs Syms, size_t NumPairs) { in LLVMOrcAbsoluteSymbols()
569 LLVMOrcCSymbolFlagsMapPairs Syms, size_t NumSyms) { in LLVMOrcMaterializationResponsibilityDefineMaterializing()
589 SymbolNameSet Syms; in LLVMOrcMaterializationResponsibilityDelegate() local
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp274 std::vector<Elf_Sym> Syms; in initSymtabSectionHeader() local
316 std::vector<Elf_Sym> &Syms, in addSymbols()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h336 ELFFile<ELFT>::getSectionIndex(const Elf_Sym *Sym, Elf_Sym_Range Syms, in getSectionIndex()
649 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp493 void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms, in addModuleToGlobalRes()
664 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
808 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/plan9obj/
Dplan9obj.go17 Syms uint32 /* size of symbol table */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DSymbolSize.cpp44 auto Syms = E->symbols(); in computeSymbolSizes() local
H A DIRSymtab.cpp86 std::vector<storage::Symbol> Syms; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DSymbolSize.cpp54 auto Syms = E->symbols(); in computeSymbolSizes() local
H A DIRSymtab.cpp95 std::vector<storage::Symbol> Syms; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dpkg.go22 Syms map[string]*Sym member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp107 CVSymbolArray Syms = ModS->getSymbolArray(); in findInlineFramesByVA() local
/aosp_15_r20/external/llvm/lib/Object/
H A DSymbolSize.cpp51 auto Syms = E->symbols(); in computeSymbolSizes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DLTO.cpp537 void LTO::addModuleToGlobalRes(ArrayRef<InputFile::Symbol> Syms, in addModuleToGlobalRes()
730 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO()
912 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp187 const MarkedSymbolsTy &Syms = State->get<MarkedSymbols>(); in checkDeadSymbols() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h511 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1222 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h511 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1222 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h511 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1222 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h511 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1222 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h432 ELFFile<ELFT>::getSectionIndex(const Elf_Sym &Sym, Elf_Sym_Range Syms, in getSectionIndex()
1143 uint64_t Syms = SymTable.sh_size / sizeof(Elf_Sym); in getSHNDXTable() local
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/
Dsymtab.go172 Syms []Sym // nil for Go 1.3 and later binaries member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp276 auto &Syms = BlockSymsI->second; in dump() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dsymtab.go13 var Syms symsStruct var
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DMachOUtils.cpp180 unsigned Syms = 0; in transferSymbols() local
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp250 Elf_Sym_Range Syms(nullptr, nullptr); in printSymbolsHelper() local
512 ListScope Syms(W, "Symbols"); in printVersionSymbolSection() local
1830 Elf_Sym_Range Syms = dynamic_symbols(); in printGnuHashTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp71 SmallVector<Symbol, 1> Syms; member

12