Searched defs:Symbol (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymDumper.cpp24 void PDBSymDumper::dump(const PDBSymbolAnnotation &Symbol) { argument
28 void PDBSymDumper::dump(const PDBSymbolBlock &Symbol) { argument
32 void PDBSymDumper::dump(const PDBSymbolCompiland &Symbol) { argument
36 void PDBSymDumper::dump(const PDBSymbolCompilandDetails &Symbol) { argument
40 void PDBSymDumper::dump(const PDBSymbolCompilandEnv &Symbol) { argument
44 void PDBSymDumper::dump(const PDBSymbolCustom &Symbol) { argument
48 void PDBSymDumper::dump(const PDBSymbolData &Symbol) { argument
52 void PDBSymDumper::dump(const PDBSymbolExe &Symbol) { argument
56 void PDBSymDumper::dump(const PDBSymbolFunc &Symbol) { argument
60 void PDBSymDumper::dump(const PDBSymbolFuncDebugEnd &Symbol) { argument
64 dump(const PDBSymbolFuncDebugStart &Symbol) argument
68 dump(const PDBSymbolLabel &Symbol) argument
72 dump(const PDBSymbolPublicSymbol &Symbol) argument
76 dump(const PDBSymbolThunk &Symbol) argument
80 dump(const PDBSymbolTypeArray &Symbol) argument
84 dump(const PDBSymbolTypeBaseClass &Symbol) argument
88 dump(const PDBSymbolTypeBuiltin &Symbol) argument
92 dump(const PDBSymbolTypeCustom &Symbol) argument
96 dump(const PDBSymbolTypeDimension &Symbol) argument
100 dump(const PDBSymbolTypeEnum &Symbol) argument
104 dump(const PDBSymbolTypeFriend &Symbol) argument
108 dump(const PDBSymbolTypeFunctionArg &Symbol) argument
112 dump(const PDBSymbolTypeFunctionSig &Symbol) argument
116 dump(const PDBSymbolTypeManaged &Symbol) argument
120 dump(const PDBSymbolTypePointer &Symbol) argument
124 dump(const PDBSymbolTypeTypedef &Symbol) argument
128 dump(const PDBSymbolTypeUDT &Symbol) argument
132 dump(const PDBSymbolTypeVTable &Symbol) argument
136 dump(const PDBSymbolTypeVTableShape &Symbol) argument
140 dump(const PDBSymbolUnknown &Symbol) argument
144 dump(const PDBSymbolUsingNamespace &Symbol) argument
[all...]
H A DPDBContext.cpp39 std::unique_ptr<PDBSymbol> Symbol = local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp20 void BuiltinDumper::start(const PDBSymbolTypeBuiltin &Symbol) { argument
28 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { argument
H A DPrettyEnumDumper.cpp24 void EnumDumper::start(const PDBSymbolTypeEnum &Symbol) { argument
H A DPrettyExternalSymbolDumper.cpp22 void ExternalSymbolDumper::start(const PDBSymbolExe &Symbol) { argument
29 void ExternalSymbolDumper::dump(const PDBSymbolPublicSymbol &Symbol) { argument
H A DPrettyTypedefDumper.cpp29 void TypedefDumper::start(const PDBSymbolTypeTypedef &Symbol) { argument
38 void TypedefDumper::dump(const PDBSymbolTypeArray &Symbol) { argument
43 void TypedefDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { argument
48 void TypedefDumper::dump(const PDBSymbolTypeEnum &Symbol) { argument
53 dump(const PDBSymbolTypePointer &Symbol) argument
74 dump(const PDBSymbolTypeFunctionSig &Symbol) argument
79 dump(const PDBSymbolTypeUDT &Symbol) argument
[all...]
H A DPrettyClassLayoutGraphicalDumper.cpp149 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolData &Symbol) { argument
170 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeVTable &Symbol) { argument
179 void PrettyClassLayoutGraphicalDumper::dump(const PDBSymbolTypeEnum &Symbol) { argument
107 dump( const PDBSymbolTypeBaseClass &Symbol) argument
186 dump( const PDBSymbolTypeTypedef &Symbol) argument
194 dump( const PDBSymbolTypeBuiltin &Symbol) argument
197 dump(const PDBSymbolTypeUDT &Symbol) argument
199 dump(const PDBSymbolFunc &Symbol) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.cpp30 void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymDumper.h56 dumpRight(const PDBSymbolTypeArray &Symbol) argument
57 dumpRight(const PDBSymbolTypeBaseClass &Symbol) argument
58 dumpRight(const PDBSymbolTypeBuiltin &Symbol) argument
59 dumpRight(const PDBSymbolTypeCustom &Symbol) argument
60 dumpRight(const PDBSymbolTypeDimension &Symbol) argument
61 dumpRight(const PDBSymbolTypeEnum &Symbol) argument
62 dumpRight(const PDBSymbolTypeFriend &Symbol) argument
63 dumpRight(const PDBSymbolTypeFunctionArg &Symbol) argument
64 dumpRight(const PDBSymbolTypeFunctionSig &Symbol) argument
65 dumpRight(const PDBSymbolTypeManaged &Symbol) argument
66 dumpRight(const PDBSymbolTypePointer &Symbol) argument
67 dumpRight(const PDBSymbolTypeTypedef &Symbol) argument
68 dumpRight(const PDBSymbolTypeUDT &Symbol) argument
69 dumpRight(const PDBSymbolTypeVTable &Symbol) argument
70 dumpRight(const PDBSymbolTypeVTableShape &Symbol) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h33 std::shared_ptr<detail::SymbolRecordBase> Symbol; member in struct:llvm::CodeViewYAML::SymbolRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMachineFunctionInfo.h32 unsigned getImageHandleSymbolIndex(const char *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h228 CComPtr<IDiaSymbol> Symbol; member in class:llvm::pdb::DIARawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMCInstLower.cpp27 LowerSymbolOperand(const MachineInstr *MI, const MachineOperand &MO, const MCSymbol *Symbol, AsmPrinter &AP) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp40 llvm::JITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { argument
60 llvm::ARMJITSymbolFlags::fromObjectSymbol(const object::SymbolRef &Symbol) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetStreamer.h21 virtual void EmitCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, argument
24 virtual void EmitLocalCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, argument
H A DHexagonMCInstLower.cpp41 static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMCInstLower.cpp35 const MCSymbol *Symbol = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp38 const MCSymbol *Symbol; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMCInstLower.cpp35 const MCSymbol *Symbol; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCMCInstLower.cpp33 const MCSymbol *Symbol; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalIndirectSymbol.h50 void setIndirectSymbol(Constant *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp29 void ARMWinCOFFStreamer::EmitThumbFunc(MCSymbol *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiFile.h45 struct Symbol { struct in class:llvm::object::TapiFile
50 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags) function in struct:llvm::object::TapiFile::Symbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h36 template <typename T> static Error deserializeAs(CVSymbol Symbol, T &Record) { argument
48 template <typename T> static Expected<T> deserializeAs(CVSymbol Symbol) { argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c935 char *Symbol; local
[all...]

Completed in 337 milliseconds

1234567