Home
last modified time | relevance | path

Searched defs:Sym (Results 1 – 25 of 190) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyTargetStreamer.h84 void emitFunctionType(const MCSymbolWasm *Sym) override {} in emitFunctionType()
86 void emitGlobalType(const MCSymbolWasm *Sym) override {} in emitGlobalType()
87 void emitEventType(const MCSymbolWasm *Sym) override {} in emitEventType()
88 void emitImportModule(const MCSymbolWasm *Sym, in emitImportModule()
90 void emitImportName(const MCSymbolWasm *Sym, in emitImportName()
92 void emitExportName(const MCSymbolWasm *Sym, in emitExportName()
DWebAssemblyTargetStreamer.cpp63 void WebAssemblyTargetAsmStreamer::emitFunctionType(const MCSymbolWasm *Sym) { in emitFunctionType()
70 void WebAssemblyTargetAsmStreamer::emitGlobalType(const MCSymbolWasm *Sym) { in emitGlobalType()
78 void WebAssemblyTargetAsmStreamer::emitEventType(const MCSymbolWasm *Sym) { in emitEventType()
85 void WebAssemblyTargetAsmStreamer::emitImportModule(const MCSymbolWasm *Sym, in emitImportModule()
91 void WebAssemblyTargetAsmStreamer::emitImportName(const MCSymbolWasm *Sym, in emitImportName()
97 void WebAssemblyTargetAsmStreamer::emitExportName(const MCSymbolWasm *Sym, in emitExportName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp101 raw_ostream &operator<<(raw_ostream &OS, const Symbol &Sym) { in operator <<()
146 for (auto *Sym : Symbols) in ~Section() local
206 for (auto *Sym : B.getSection().symbols()) in splitBlock() local
224 for (auto *Sym : BlockSymbols) in splitBlock() local
237 for (auto *Sym : defined_symbols()) { in dump() local
259 for (auto *Sym : absolute_symbols()) in dump() local
264 for (auto *Sym : external_symbols()) in dump() local
297 for (auto *Sym : G.defined_symbols()) in markAllSymbolsLive() local
DJITLinkGeneric.cpp263 for (auto *Sym : G->external_symbols()) { in getExternalSymbolNames() local
278 for (auto *Sym : G->external_symbols()) { in applyLookupResult() local
298 [](Symbol *Sym) { in applyLookupResult()
321 for (auto *Sym : G.defined_symbols()) in prune() local
327 auto *Sym = Worklist.back(); in prune() local
350 for (auto *Sym : G.defined_symbols()) in prune() local
353 for (auto *Sym : SymbolsToRemove) { in prune() local
DMachOLinkGraphBuilder.h92 NormalizedSymbol *Sym = reinterpret_cast<NormalizedSymbol *>( in createNormalizedSymbol() local
123 auto *Sym = IndexToSymbol[Index]; in findSymbolByIndex() local
142 auto *Sym = getSymbolByAddress(Address); in findSymbolByAddress() local
158 void setCanonicalSymbol(Symbol &Sym) { in setCanonicalSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h43 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry()
48 StubValueTy &getThreadLocalGVStubEntry(MCSymbol *Sym) { in getThreadLocalGVStubEntry()
72 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry()
94 StubValueTy &getGVStubEntry(MCSymbol *Sym) { in getGVStubEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DTapiFile.cpp28 static uint32_t getFlags(const Symbol *Sym) { in getFlags()
79 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in moveSymbolNext() local
84 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in printSymbolName() local
90 const auto *Sym = reinterpret_cast<const Symbol *>(DRI.p); in getSymbolFlags() local
DSymbolSize.cpp33 static unsigned getSymbolSectionID(const ObjectFile &O, SymbolRef Sym) { in getSymbolSectionID()
47 for (ELFSymbolRef Sym : Syms) in computeSymbolSizes() local
57 SymbolRef Sym = *I; in computeSymbolSizes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp75 if (auto Sym = findSymbolInLogicalDylib(SymName)) { in lookup() local
87 if (auto Sym = findSymbol(SymName)) { in lookup() local
116 if (auto Sym = findSymbolInLogicalDylib(SymName)) { in getResponsibilitySet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp89 for (const auto &Sym : Records) in calculateRecordByteSize() local
137 for (const CVSymbol &Sym : Records) { in finalizeBuckets() local
257 for (const CVSymbol &Sym : Records) { in computeAddrMap() local
270 for (auto &Sym : PublicsByAddr) { in computeAddrMap() local
290 void GSIStreamBuilder::addGlobalSymbol(const ProcRefSym &Sym) { in addGlobalSymbol()
294 void GSIStreamBuilder::addGlobalSymbol(const DataSym &Sym) { in addGlobalSymbol()
298 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
302 void GSIStreamBuilder::addGlobalSymbol(const codeview::CVSymbol &Sym) { in addGlobalSymbol()
/third_party/typescript/tests/baselines/reference/
DnativeToBoxedTypes.js15 var Sym: Symbol; variable
29 var Sym; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h136 if (auto Sym = findSymbol(*S)) { in getResponsibilitySet() local
154 if (auto Sym = findSymbol(*S)) { in lookup() local
183 if (auto Sym = Stack.CODLayer->findSymbol(Name, true)) in findSymbol() local
188 if (auto Sym = Stack.CompileLayer.findSymbol(Name, true)) in findSymbol() local
194 if (auto Sym = Stack.CXXRuntimeOverrides.searchOverrides(Name)) in findSymbol() local
379 if (auto Sym = IndirectStubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol() local
394 if (auto Sym = findSymbol(Name, ExportedSymbolsOnly)) { in findSymbolAddress() local
412 if (auto Sym = findSymbolIn(K, Name, ExportedSymbolsOnly)) { in findSymbolAddressIn() local
DObjectLinkingLayer.cpp101 for (auto *Sym : G.defined_symbols()) in notifyResolved() local
120 for (auto *Sym : G.absolute_symbols()) in notifyResolved() local
184 for (auto *Sym : G.defined_symbols()) in externalizeWeakAndCommonSymbols() local
190 for (auto *Sym : G.absolute_symbols()) in externalizeWeakAndCommonSymbols() local
201 for (auto *Sym : G.defined_symbols()) in markResponsibilitySymbolsLive() local
211 for (auto *Sym : G.defined_symbols()) { in computeNamedSymbolDependencies() local
253 Symbol *Sym = nullptr; in computeAnonDeps() member
257 for (auto *Sym : G.defined_symbols()) in computeAnonDeps() local
284 auto *Sym = WLEntry.Sym; in computeAnonDeps() local
DOrcMCJITReplacement.h150 if (auto Sym = M.findMangledSymbol(*S)) { in getResponsibilitySet() local
177 if (auto Sym = M.findMangledSymbol(*S)) { in lookup() local
381 if (auto Sym = LazyEmitLayer.findSymbol(Name, false)) in findMangledSymbol() local
383 if (auto Sym = ClientResolver->findSymbol(Name)) in findMangledSymbol() local
385 if (auto Sym = scanArchives(Name)) in findMangledSymbol() local
413 if (auto Sym = ObjectLayer.findSymbol(Name, true)) in scanArchives() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCAsmInfo.cpp50 SparcELFMCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, in getExprForPersonalitySymbol()
63 SparcELFMCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordHelpers.cpp23 uint32_t llvm::codeview::getScopeEndOffset(const CVSymbol &Sym) { in getScopeEndOffset()
54 llvm::codeview::getScopeParentOffset(const llvm::codeview::CVSymbol &Sym) { in getScopeParentOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h321 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructCommon() local
333 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructExternal() local
344 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAbsolute() local
355 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructAnonDef() local
368 auto *Sym = reinterpret_cast<Symbol *>(SymStorage); in constructNamedDef() local
585 void addSymbol(Symbol &Sym) { in addSymbol()
590 void removeSymbol(Symbol &Sym) { in removeSymbol()
853 auto &Sym = in addExternalSymbol() local
863 auto &Sym = Symbol::constructAbsolute(Allocator.Allocate<Symbol>(), in addAbsoluteSymbol() local
874 auto &Sym = Symbol::constructCommon( in addCommonSymbol() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h402 const Elf_Sym *getSymbol(DataRefImpl Sym) const { in getSymbol()
450 void ELFObjectFile<ELFT>::moveSymbolNext(DataRefImpl &Sym) const { in moveSymbolNext()
455 Expected<StringRef> ELFObjectFile<ELFT>::getSymbolName(DataRefImpl Sym) const { in getSymbolName()
545 const Elf_Sym *Sym = getSymbol(Symb); in getSymbolAlignment() local
561 uint64_t ELFObjectFile<ELFT>::getSymbolSize(DataRefImpl Sym) const { in getSymbolSize()
609 uint32_t ELFObjectFile<ELFT>::getSymbolFlags(DataRefImpl Sym) const { in getSymbolFlags()
682 const Elf_Sym *Sym = getSymbol(Symb); in getSymbolSection() local
1004 DataRefImpl Sym = in symbol_begin() local
1015 DataRefImpl Sym = toDRI(SymTab, SymTab->sh_size / sizeof(Elf_Sym)); in symbol_end() local
1021 DataRefImpl Sym = toDRI(DotDynSymSec, 0); in dynamic_symbol_begin() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfo.cpp82 MCAsmInfo::getExprForPersonalitySymbol(const MCSymbol *Sym, in getExprForPersonalitySymbol()
89 MCAsmInfo::getExprForFDESymbol(const MCSymbol *Sym, in getExprForFDESymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64ExternalSymbolizer.cpp171 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name); in tryAddingSymbolicOperand() local
186 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name); in tryAddingSymbolicOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h230 if (auto Sym = StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol() local
233 if (auto Sym = BaseLayer.findSymbolIn(BLK, Name, ExportedSymbolsOnly)) in findSymbol() local
339 if (auto Sym = KV.second.StubsMgr->findStub(Name, ExportedSymbolsOnly)) in findSymbol() local
341 if (auto Sym = findSymbolIn(KV.first, Name, ExportedSymbolsOnly)) in findSymbol() local
405 if (auto Sym = LD.findSymbol(BaseLayer, MangledName, false)) in addLogicalModule() local
515 if (auto Sym = LD.StubsMgr->findStub(Name, false)) in addLogicalModule() local
518 if (auto Sym = LD.findSymbol(BaseLayer, Name, false)) in addLogicalModule() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp42 const MCSymbol *Sym = TM.getSymbol(GV); in getTTypeGlobalReference() local
62 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel()
/third_party/musl/src/internal/
Dvdso.c14 typedef Elf32_Sym Sym; typedef
20 typedef Elf64_Sym Sym; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp79 MCSymbol *Sym = Asm->getSymbol(Personality); in endModule() local
159 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(P, Asm->TM, MMI); in beginFragment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp93 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name); in tryAddingSymbolicOperand() local
104 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name); in tryAddingSymbolicOperand() local

12345678