Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h87 struct Symbol { struct
89 Str Name;
93 Str IRName;
117 /// referenced by a Symbol. argument
166 struct Symbol { struct
188 using S = storage::Symbol; argument
201 bool canBeOmittedFromSymbolTable() const { in canBeOmittedFromSymbolTable() argument
205 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal()
206 bool isFormatSpecific() const { return (Flags >> S::FB_format_specific) & 1; } in isFormatSpecific()
207 bool isUnnamedAddr() const { return (Flags >> S::FB_unnamed_addr) & 1; } in isUnnamedAddr()
[all …]
H A DTapiFile.h47 struct Symbol { struct
52 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags) in Symbol() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.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()
128 void CompilandDumper::dump(const PDBSymbolData &Symbol) { in dump()
161 void CompilandDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
174 void CompilandDumper::dump(const PDBSymbolLabel &Symbol) { in dump()
185 void CompilandDumper::dump(const PDBSymbolThunk &Symbol) { in dump()
213 void CompilandDumper::dump(const PDBSymbolTypeTypedef &Symbol) {} in dump()
215 void CompilandDumper::dump(const PDBSymbolUnknown &Symbol) { in dump()
220 void CompilandDumper::dump(const PDBSymbolUsingNamespace &Symbol) { in dump()
H A DPrettyTypedefDumper.cpp29 void TypedefDumper::start(const PDBSymbolTypeTypedef &Symbol) { in start()
38 void TypedefDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
43 void TypedefDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
48 void TypedefDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
53 void TypedefDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
74 void TypedefDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
79 void TypedefDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
H A DPrettyVariableDumper.cpp112 void VariableDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
120 void VariableDumper::dumpRight(const PDBSymbolTypeArray &Symbol) { in dumpRight()
129 void VariableDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
134 void VariableDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
138 void VariableDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
155 void VariableDumper::dumpRight(const PDBSymbolTypeFunctionSig &Symbol) { in dumpRight()
176 void VariableDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
199 void VariableDumper::dumpRight(const PDBSymbolTypePointer &Symbol) { in dumpRight()
211 void VariableDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
216 void VariableDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
H A DPrettyFunctionDumper.cpp35 void dumpClassParentWithScopeOperator(const T &Symbol, LinePrinter &Printer, in dumpClassParentWithScopeOperator()
52 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
116 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
207 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
216 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
221 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
226 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump()
237 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
242 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
265 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
H A DPrettyClassLayoutGraphicalDumper.cpp108 const PDBSymbolTypeBaseClass &Symbol) { in dump()
149 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolData &Symbol) { in dump()
170 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { in dump()
179 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
187 const PDBSymbolTypeTypedef &Symbol) { in dump()
195 const PDBSymbolTypeBuiltin &Symbol) {} in dump()
197 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeUDT &Symbol) {} in dump()
199 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolFunc &Symbol) { in dump()
H A DPrettyTypeDumper.cpp141 static bool isTypeExcluded(LinePrinter &Printer, const T &Symbol) { in isTypeExcluded()
275 void TypeDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
282 void TypeDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
287 void TypeDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()
291 void TypeDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
298 void TypeDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
307 void TypeDumper::dump(const PDBSymbolTypeFunctionSig &Symbol) { in dump()
312 void TypeDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
344 void TypeDumper::dump(const PDBSymbolTypeVTableShape &Symbol) { in dump()
H A DPrettyBuiltinDumper.cpp20 void BuiltinDumper::start(const PDBSymbolTypeBuiltin &Symbol) { in start()
28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName()
H A DPrettyExternalSymbolDumper.cpp22 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { in start()
29 void ExternalSymbolDumper::dump(const PDBSymbolPublicSymbol &Symbol) { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A 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()
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()
207 void MCWinCOFFStreamer::EmitCOFFSymbolIndex(MCSymbol const *Symbol) { in EmitCOFFSymbolIndex()
218 void MCWinCOFFStreamer::EmitCOFFSectionIndex(const MCSymbol *Symbol) { in EmitCOFFSectionIndex()
227 void MCWinCOFFStreamer::EmitCOFFSecRel32(const MCSymbol *Symbol, in EmitCOFFSecRel32()
245 void MCWinCOFFStreamer::EmitCOFFImgRel32(const MCSymbol *Symbol, in EmitCOFFImgRel32()
266 auto *Symbol = cast<MCSymbolCOFF>(S); in emitCommonSymbol() local
[all …]
H A DMCMachOStreamer.cpp172 void MCMachOStreamer::emitEHSymAttributes(const MCSymbol *Symbol, in emitEHSymAttributes()
183 void MCMachOStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel()
201 void MCMachOStreamer::emitAssignment(MCSymbol *Symbol, const MCExpr *Value) { in emitAssignment()
286 void MCMachOStreamer::emitThumbFunc(MCSymbol *Symbol) { in emitThumbFunc()
295 MCSymbolMachO *Symbol = cast<MCSymbolMachO>(Sym); in emitSymbolAttribute() local
402 void MCMachOStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
408 void MCMachOStreamer::emitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitCommonSymbol()
418 void MCMachOStreamer::emitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitLocalCommonSymbol()
425 void MCMachOStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
453 void MCMachOStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
[all …]
H A 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()
H A 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()
204 void MCWasmStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
208 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
214 void MCWasmStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
H A DMCELFStreamer.cpp100 auto *Symbol = cast<MCSymbolELF>(S); in emitLabel() local
111 auto *Symbol = cast<MCSymbolELF>(S); in emitLabelAtPos() local
166 void MCELFStreamer::emitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) { in emitWeakReference()
193 auto *Symbol = cast<MCSymbolELF>(S); in emitSymbolAttribute() local
306 auto *Symbol = cast<MCSymbolELF>(S); in emitCommonSymbol() local
335 void MCELFStreamer::emitELFSize(MCSymbol *Symbol, const MCExpr *Value) { in emitELFSize()
348 auto *Symbol = cast<MCSymbolELF>(S); in emitLocalCommonSymbol() local
699 void MCELFStreamer::emitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) { in emitSymbolDesc()
703 void MCELFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
709 void MCELFStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol, in emitTBSSSymbol()
H A DMCXCOFFStreamer.cpp34 auto *Symbol = cast<MCSymbolXCOFF>(Sym); in emitSymbolAttribute() local
64 MCSymbol *Symbol, MCSymbolAttr Linkage, MCSymbolAttr Visibility) { in emitXCOFFSymbolLinkageWithVisibility()
75 void MCXCOFFStreamer::emitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitCommonSymbol()
92 void MCXCOFFStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol, in emitZerofill()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.h82 struct Symbol { struct
85 std::vector<AuxSymbol> AuxData; argument
89 Optional<size_t> WeakTargetSymbolId; argument
109 ArrayRef<Symbol> getSymbols() const { return Symbols; } in getSymbols() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp469 for (const auto *Symbol : File->exports()) { in NormalizedTBD() local
491 const auto *Symbol = SymArch.first; in NormalizedTBD() local
536 for (const auto *Symbol : File->undefineds()) { in NormalizedTBD() local
550 const auto *Symbol = SymArch.first; in NormalizedTBD() local
653 for (const auto &Symbol : Section.Symbols) { in denormalize() local
661 for (auto &Symbol : Section.Classes) { in denormalize() local
667 for (auto &Symbol : Section.ClassEHs) in denormalize() local
669 for (auto &Symbol : Section.IVars) { in denormalize() local
676 for (auto &Symbol : Section.WeakDefSymbols) in denormalize() local
679 for (auto &Symbol : Section.TLVSymbols) in denormalize() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp69 llvm::JITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol()
94 llvm::ARMJITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { in fromObjectSymbol()
111 for (auto &Symbol : Symbols) { in lookup() local
152 for (auto &Symbol : Symbols) { in getResponsibilitySet() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp55 bool emitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override { in emitSymbolAttribute()
59 void emitCommonSymbol(MCSymbol *Symbol, uint64_t Size, in emitCommonSymbol()
61 void emitZerofill(MCSection *Section, MCSymbol *Symbol = nullptr, in emitZerofill()
65 void BeginCOFFSymbolDef(const MCSymbol *Symbol) override {} in BeginCOFFSymbolDef()

12345678910