Home
last modified time | relevance | path

Searched defs:Symbol (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymDumper.cpp24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump()
28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump()
32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump()
36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump()
40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump()
44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump()
48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump()
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()
56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymDumper.h56 virtual void dumpRight(const PDBSymbolTypeArray &Symbol) {} in dumpRight()
57 virtual void dumpRight(const PDBSymbolTypeBaseClass &Symbol) {} in dumpRight()
58 virtual void dumpRight(const PDBSymbolTypeBuiltin &Symbol) {} in dumpRight()
59 virtual void dumpRight(const PDBSymbolTypeCustom &Symbol) {} in dumpRight()
60 virtual void dumpRight(const PDBSymbolTypeDimension &Symbol) {} in dumpRight()
61 virtual void dumpRight(const PDBSymbolTypeEnum &Symbol) {} in dumpRight()
62 virtual void dumpRight(const PDBSymbolTypeFriend &Symbol) {} in dumpRight()
63 virtual void dumpRight(const PDBSymbolTypeFunctionArg &Symbol) {} in dumpRight()
64 virtual void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) {} in dumpRight()
65 virtual void dumpRight(const PDBSymbolTypeManaged &Symbol) {} in dumpRight()
[all …]
/third_party/flutter/skia/src/sksl/ir/
DSkSLSymbol.h18 struct Symbol : public IRNode { struct
28 Symbol(int offset, Kind kind, StringFragment name) in Symbol() argument
33 virtual ~Symbol() {} in ~Symbol() argument
35 Kind fKind;
36 StringFragment fName;
38 typedef IRNode INHERITED;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h86 struct Symbol { struct
88 Str Name;
92 Str IRName;
116 /// referenced by a Symbol. argument
165 struct Symbol { struct
187 using S = storage::Symbol; argument
200 bool canBeOmittedFromSymbolTable() const { in canBeOmittedFromSymbolTable() argument
204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal()
205 bool isFormatSpecific() const { return (Flags >> S::FB_format_specific) & 1; } in isFormatSpecific()
206 bool isUnnamedAddr() const { return (Flags >> S::FB_unnamed_addr) & 1; } in isUnnamedAddr()
[all …]
DTapiFile.h45 struct Symbol { struct
50 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags) in Symbol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DXCOFFYAML.h32 struct Symbol { struct
33 StringRef SymbolName; argument
34 llvm::yaml::Hex32 Value; // Symbol value; storage class-dependent. argument
43 std::vector<Symbol> Symbols; argument
48 LLVM_YAML_IS_SEQUENCE_VECTOR(XCOFFYAML::Symbol) in LLVM_YAML_IS_SEQUENCE_VECTOR()
DCOFFYAML.h83 struct Symbol { struct
85 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; argument
86 COFF::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL; argument
88 Optional<COFF::AuxiliarybfAndefSymbol> bfAndefSymbol; argument
95 Symbol(); argument
117 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Symbol) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.hpp48 struct Symbol struct
50 std::string name; //!< Symbol name.
51 glu::VarType varType; //!< Symbol type.
53 Symbol (void) {} in Symbol() function
54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp86 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitLabel() local
112 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitSymbolAttribute() local
132 void MCWinCOFFStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
137 auto *Symbol = cast<MCSymbolCOFF>(S); in BeginCOFFSymbolDef() local
181 void MCWinCOFFStreamer::EmitCOFFSafeSEH(MCSymbol const *Symbol) { in EmitCOFFSafeSEH()
208 void MCWinCOFFStreamer::EmitCOFFSymbolIndex(MCSymbol const *Symbol) { in EmitCOFFSymbolIndex()
219 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) { in EmitCOFFSectionIndex()
228 void MCWinCOFFStreamer::EmitCOFFSecRel32(const MCSymbol *Symbol, in EmitCOFFSecRel32()
246 void MCWinCOFFStreamer::EmitCOFFImgRel32(const MCSymbol *Symbol, in EmitCOFFImgRel32()
267 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitCommonSymbol() local
[all …]
DMCMachOStreamer.cpp170 void MCMachOStreamer::EmitEHSymAttributes(const MCSymbol *Symbol, in EmitEHSymAttributes()
181 void MCMachOStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel()
199 void MCMachOStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
284 void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) { in EmitThumbFunc()
293 MCSymbolMachO *Symbol = cast<MCSymbolMachO>(Sym); in EmitSymbolAttribute() local
399 void MCMachOStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
405 void MCMachOStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
415 void MCMachOStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbol()
422 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
450 void MCMachOStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
[all …]
DMCNullStreamer.cpp28 bool EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute()
33 void EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
35 void EmitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill()
39 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override {} in BeginCOFFSymbolDef()
DMCWasmStreamer.cpp73 const MCSymbol *Symbol) { in EmitWeakReference()
83 auto *Symbol = cast<MCSymbolWasm>(S); in EmitSymbolAttribute() local
142 void MCWasmStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) { in emitELFSize()
216 void MCWasmStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
220 void MCWasmStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
226 void MCWasmStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
DMCELFStreamer.cpp100 auto *Symbol = cast<MCSymbolELF>(S); in EmitLabel() local
111 auto *Symbol = cast<MCSymbolELF>(S); in EmitLabelAtPos() local
164 void MCELFStreamer::EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { in EmitWeakReference()
191 auto *Symbol = cast<MCSymbolELF>(S); in EmitSymbolAttribute() local
291 auto *Symbol = cast<MCSymbolELF>(S); in EmitCommonSymbol() local
322 void MCELFStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) { in emitELFSize()
333 auto *Symbol = cast<MCSymbolELF>(S); in EmitLocalCommonSymbol() local
683 void MCELFStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
687 void MCELFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
693 void MCELFStreamer::EmitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
/third_party/typescript/tests/cases/conformance/es6/Symbols/
DsymbolProperty19.ts4 [Symbol.toStringTag]() { return { p: undefined }; } variable
7 var it = i[Symbol.iterator]; variable
8 var str = i[Symbol.toStringTag](); variable
DsymbolProperty18.ts8 var it = i[Symbol.iterator]; variable
9 var str = i[Symbol.toStringTag](); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp41 struct Symbol struct
43 std::string name; //!< Symbol name.
44 glu::VarType varType; //!< Symbol type.
46 Symbol (void) {} in Symbol() function
47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp17 void RecordStreamer::markDefined(const MCSymbol &Symbol) { in markDefined()
36 void RecordStreamer::markGlobal(const MCSymbol &Symbol, in markGlobal()
56 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed()
89 void RecordStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel()
94 void RecordStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
99 bool RecordStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute()
108 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
114 void RecordStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DJITSymbol.cpp40 llvm::JITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol()
60 llvm::ARMJITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol()
73 for (auto &Symbol : Symbols) { in lookup() local
114 for (auto &Symbol : Symbols) { in getResponsibilitySet() local
/third_party/typescript/tests/baselines/reference/
DES5SymbolProperty5.js2 var Symbol: { iterator: symbol }; variable
11 var Symbol; variable
DES5SymbolProperty1.js5 var Symbol: SymbolConstructor; variable
15 var Symbol; variable
/third_party/typescript/tests/cases/conformance/es2017/
DuseSharedArrayBuffer5.ts5 var species = foge[Symbol.species]; variable
6 var stringTag = foge[Symbol.toStringTag]; variable
DuseSharedArrayBuffer4.ts6 var species = foge[Symbol.species]; variable
7 var stringTag = foge[Symbol.toStringTag]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp466 for (const auto *Symbol : File->exports()) { in NormalizedTBD() local
488 const auto *Symbol = SymArch.first; in NormalizedTBD() local
534 for (const auto *Symbol : File->undefineds()) { in NormalizedTBD() local
548 const auto *Symbol = SymArch.first; in NormalizedTBD() local
652 for (const auto &Symbol : Section.Symbols) { in denormalize() local
660 for (auto &Symbol : Section.Classes) { in denormalize() local
666 for (auto &Symbol : Section.ClassEHs) in denormalize() local
668 for (auto &Symbol : Section.IVars) { in denormalize() local
675 for (auto &Symbol : Section.WeakDefSymbols) in denormalize() local
678 for (auto &Symbol : Section.TLVSymbols) in denormalize() local
[all …]
/third_party/skia/third_party/externals/tint/src/
Dsymbol.cc23 Symbol::Symbol(uint32_t val, tint::ProgramID program_id) in Symbol() function in tint::Symbol
27 Symbol::Symbol(uint32_t val, tint::ProgramID program_id, std::string debug_name) in Symbol() function in tint::Symbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetStreamer.h21 virtual void EmitCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbolSorted()
24 virtual void EmitLocalCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbolSorted()

12345678910