Home
last modified time | relevance | path

Searched defs:SymbolInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h55 struct SymbolInfo { struct
72 std::optional<SymbolInfo> symbol_info; argument
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h144 struct SymbolInfo { struct
151 SymbolInfo getSymbolInfo(const Decl *D); argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h160 struct SymbolInfo { struct
161 uint32_t Index;
162 StringRef Name;
163 SymbolKind Kind;
164 SymbolFlags Flags;
165 union {
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp112 getXCOFFSymbolDescription(const SymbolInfoTy & SymbolInfo,StringRef SymbolName) getXCOFFSymbolDescription() argument