Home
last modified time | relevance | path

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

12345678910>>...15

/external/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 …]
/external/llvm/lib/DebugInfo/PDB/
DPDBSymDumper.cpp25 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { in dump()
29 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { in dump()
33 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { in dump()
37 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { in dump()
41 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { in dump()
45 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { in dump()
49 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { in dump()
53 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { in dump()
57 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
61 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { in dump()
[all …]
/external/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 …]
/external/libtextclassifier/native/utils/grammar/parsing/
Dlexer.h51 struct Symbol { struct
67 explicit Symbol() = default; argument
70 Symbol(const Type type, const CodepointSpan codepoint_span, in Symbol() function
78 explicit Symbol(ParseTree* parse_tree) in Symbol() argument
107 void AppendTokenSymbols(const StringPiece value, int match_offset, argument
109 std::vector<Symbol>* symbols) const; argument
/external/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
/external/bcc/src/cc/includes/
Dsyms.h52 struct Symbol { struct
53 Symbol(const char *name, const char *mod, uint64_t addr) : name(name), mod(mod), addr(addr) {} in Symbol() argument
58 bool operator<(const Symbol &rhs) const { return addr < rhs.addr; } argument
80 struct Symbol { struct
81 Symbol(const std::string *name, uint64_t start, uint64_t size) in Symbol() argument
85 Symbol(size_t section_idx, size_t str_table_idx, size_t str_len, uint64_t start, in Symbol() argument
101 bool operator<(const struct Symbol& rhs) const { argument
171 struct Symbol { struct
172 Symbol(const std::string *name, uint64_t start, uint64_t size) in Symbol() function
178 bool operator<(const struct Symbol &rhs) const { argument
/external/bcc/src/cc/
Dsyms.h52 struct Symbol { struct
53 Symbol(const char *name, const char *mod, uint64_t addr) : name(name), mod(mod), addr(addr) {} in Symbol() function
58 bool operator<(const Symbol &rhs) const { return addr < rhs.addr; } argument
80 struct Symbol { struct
81 Symbol(const std::string *name, uint64_t start, uint64_t size) in Symbol() function
85 Symbol(size_t section_idx, size_t str_table_idx, size_t str_len, uint64_t start, in Symbol() function
101 bool operator<(const struct Symbol& rhs) const { argument
171 struct Symbol { struct
172 Symbol(const std::string *name, uint64_t start, uint64_t size) in Symbol() function
178 bool operator<(const struct Symbol &rhs) const { argument
/external/rust/cxx/syntax/
Dsymbol.rs9 pub struct Symbol(String); struct
11 impl Display for Symbol { implementation
17 impl ToTokens for Symbol { implementation
23 impl Symbol { implementation
44 fn write(&self, symbol: &mut Symbol); in write()
48 fn write(&self, symbol: &mut Symbol) { in write()
54 fn write(&self, symbol: &mut Symbol) { in write()
60 fn write(&self, symbol: &mut Symbol) { in write()
65 impl Segment for Symbol { implementation
66 fn write(&self, symbol: &mut Symbol) { in write()
[all …]
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h64 struct Symbol { struct
66 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; argument
67 COFF::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL; argument
69 Optional<COFF::AuxiliarybfAndefSymbol> bfAndefSymbol; argument
75 Symbol(); argument
94 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::Symbol) in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp43 void CompilandDumper::dump(const PDBSymbolCompilandDetails &Symbol) {} in dump()
45 void CompilandDumper::dump(const PDBSymbolCompilandEnv &Symbol) {} in dump()
47 void CompilandDumper::start(const PDBSymbolCompiland &Symbol, in start()
108 void CompilandDumper::dump(const PDBSymbolData &Symbol) { in dump()
133 void CompilandDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
144 void CompilandDumper::dump(const PDBSymbolLabel &Symbol) { in dump()
155 void CompilandDumper::dump(const PDBSymbolThunk &Symbol) { in dump()
181 void CompilandDumper::dump(const PDBSymbolTypeTypedef &Symbol) {} in dump()
183 void CompilandDumper::dump(const PDBSymbolUnknown &Symbol) { in dump()
DTypedefDumper.cpp30 void TypedefDumper::start(const PDBSymbolTypeTypedef &Symbol) { in start()
39 void TypedefDumper::dump(const PDBSymbolTypeArray &Symbol) {} in dump()
41 void TypedefDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
46 void TypedefDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
51 void TypedefDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
72 void TypedefDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
77 void TypedefDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
DFunctionDumper.cpp36 void dumpClassParentWithScopeOperator(const T &Symbol, LinePrinter &Printer, in dumpClassParentWithScopeOperator()
53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
197 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
209 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
214 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
219 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump()
229 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
234 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
255 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
DClassDefinitionDumper.cpp155 void ClassDefinitionDumper::dump(const PDBSymbolTypeBaseClass &Symbol) {} in dump()
157 void ClassDefinitionDumper::dump(const PDBSymbolData &Symbol) { in dump()
162 void ClassDefinitionDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
171 void ClassDefinitionDumper::dump(const PDBSymbolTypeVTable &Symbol) {} in dump()
173 void ClassDefinitionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
182 void ClassDefinitionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
191 void ClassDefinitionDumper::dump(const PDBSymbolTypeUDT &Symbol) {} in dump()
/external/rust/crates/libloading/src/
Dsafe.rs197 pub struct Symbol<'lib, T: 'lib> { struct
198 inner: imp::Symbol<T>, argument
202 impl<'lib, T> Symbol<'lib, T> { implementation
254 impl<'lib, T> Symbol<'lib, Option<T>> { impl
275 impl<'lib, T> Clone for Symbol<'lib, T> { implementation
285 impl<'lib, T> ops::Deref for Symbol<'lib, T> { implementation
292 impl<'lib, T> fmt::Debug for Symbol<'lib, T> { implementation
298 unsafe impl<'lib, T: Send> Send for Symbol<'lib, T> {} implementation
299 unsafe impl<'lib, T: Sync> Sync for Symbol<'lib, T> {} implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
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()
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()
/external/llvm/lib/Object/
DRecordStreamer.cpp14 void RecordStreamer::markDefined(const MCSymbol &Symbol) { in markDefined()
31 void RecordStreamer::markGlobal(const MCSymbol &Symbol, in markGlobal()
50 void RecordStreamer::markUsed(const MCSymbol &Symbol) { in markUsed()
81 void RecordStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel()
86 void RecordStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
91 bool RecordStreamer::EmitSymbolAttribute(MCSymbol *Symbol, in EmitSymbolAttribute()
98 void RecordStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
103 void RecordStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
/external/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 …]
/external/google-breakpad/src/common/linux/
Delf_symbols_to_module.cc48 struct Symbol { struct in google_breakpad::ELFSymbolIterator
51 bool at_end;
54 size_t index;
58 size_t name_offset;
61 uint64_t value;
62 uint64_t size;
63 unsigned char info;
64 uint16_t shndx;
/external/deqp/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() function
/external/llvm/lib/MC/
DWinCOFFStreamer.cpp79 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitLabel() local
94 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitSymbolAttribute() local
114 void MCWinCOFFStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
119 auto *Symbol = cast<MCSymbolCOFF>(S); in BeginCOFFSymbolDef() local
163 void MCWinCOFFStreamer::EmitCOFFSafeSEH(MCSymbol const *Symbol) { in EmitCOFFSafeSEH()
190 void MCWinCOFFStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) { in EmitCOFFSectionIndex()
198 void MCWinCOFFStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) { in EmitCOFFSecRel32()
208 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitCommonSymbol() local
240 auto *Symbol = cast<MCSymbolCOFF>(S); in EmitLocalCommonSymbol() local
259 void MCWinCOFFStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
[all …]
DMCMachOStreamer.cpp86 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override { in BeginCOFFSymbolDef()
172 void MCMachOStreamer::EmitEHSymAttributes(const MCSymbol *Symbol, in EmitEHSymAttributes()
183 void MCMachOStreamer::EmitLabel(MCSymbol *Symbol) { in EmitLabel()
203 void MCMachOStreamer::EmitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in EmitAssignment()
280 void MCMachOStreamer::EmitThumbFunc(MCSymbol *Symbol) { in EmitThumbFunc()
289 MCSymbolMachO *Symbol = cast<MCSymbolMachO>(Sym); in EmitSymbolAttribute() local
390 void MCMachOStreamer::EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in EmitSymbolDesc()
396 void MCMachOStreamer::EmitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbol()
406 void MCMachOStreamer::EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbol()
413 void MCMachOStreamer::EmitZerofill(MCSection *Section, MCSymbol *Symbol, in EmitZerofill()
[all …]
/external/perfetto/src/profiling/symbolizer/
Dbreakpad_parser.h42 struct Symbol { struct
67 std::optional<std::string> GetSymbol(uint64_t address) const; argument
69 const std::vector<Symbol>& symbols_for_testing() const { return symbols_; } in symbols_for_testing() argument
/external/rust/crates/weak-table/tests/
Dsymbols.rs8 pub struct Symbol(Rc<str>); struct
10 impl PartialEq for Symbol { implementation
16 impl Eq for Symbol {} implementation
18 impl Deref for Symbol { implementation
33 pub fn intern(&mut self, name: &str) -> Symbol { in intern()

12345678910>>...15