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

1234567

/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c248 } Symbol; typedef in typeref:struct:symbol
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c228 } Symbol; typedef in typeref:struct:symbol
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dsymbol.h156 typedef struct symbol Symbol; typedef in typeref:struct:symbol
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c935 char *Symbol; local
[all...]
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py185 class Symbol(object): class in inherits:object
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h117 Byte Symbol; member in struct:__anon25
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1114 static void addExportedSymbol(ArgStringList &CmdArgs, const char *Symbol) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp40 StringRef Symbol; member in struct:clang::format::JsImportedSymbol
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2782 const char *Symbol = nullptr; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp290 SymbolRef Symbol = InitialVal.getAsSymbol(); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp28 conjureOffsetSymbolOnLocation( SVal Symbol, SVal Other, Expr* Expression, SValBuilder &svalBuilder, unsigned Count, const LocationContext *LCtx) argument
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h45 class Symbol { class in namespace:lld::coff
89 explicit Symbol(Kind k, StringRef n = "") function in class:lld::coff::Symbol
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h56 class Symbol { class in namespace:lld::elf
231 Symbol(Kind k, InputFile *file, StringRefZ name, uint8_t binding, function in class:lld::elf::Symbol
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h138 struct Symbol { struct in namespace:lld::mach_o::normalized
139 Symbol() : type(llvm::MachO::N_UNDF), scope(0), sect(0), desc(0), value(0) { } function in struct:lld::mach_o::normalized::Symbol
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h36 Symbol, enumerator in enum:lldb_private::postfix::Node::Kind
H A DSymbol.h20 class Symbol : public SymbolContextScope { class in namespace:lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp25 Symbol::Symbol() function in class:Symbol
34 Symbol function in class:Symbol
49 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, function in class:Symbol
64 Symbol::Symbol(const Symbol &rhs) function in class:Symbol
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h174 uint32_t Symbol; member in struct:llvm::wasm::WasmInitFunc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDwarfStringPoolEntry.h23 MCSymbol *Symbol; member in struct:llvm::DwarfStringPoolEntry
H A DFastISel.h87 MCSymbol *Symbol = nullptr; member in struct:llvm::FastISel::CallLoweringInfo
H A DSelectionDAGNodes.h2119 const char *Symbol; member in class:llvm::ExternalSymbolSDNode
2140 MCSymbol *Symbol; member in class:llvm::MCSymbolSDNode
2142 MCSymbolSDNode(MCSymbol *Symbol, EVT VT) argument
/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/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/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...]
H A DUDTLayout.h62 const PDBSymbol *Symbol = nullptr; member in class:llvm::pdb::LayoutItemBase

Completed in 489 milliseconds

1234567