Searched defs:SymbolInfo (Results 1 – 5 of 5) sorted by relevance
104 struct SymbolInfo { struct110 SymbolInfo getSymbolInfo(const Decl *D); argument
157 struct SymbolInfo { in SignalHandler() struct158 char sym_name[255]; in SignalHandler()159 char file_name[255]; in SignalHandler()
66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {} in SymbolInfo() function67 SymbolInfo(uint64_t Address, JITSymbolFlags Flags) in SymbolInfo() function
133 struct SymbolInfo { struct134 uint32_t Index;135 StringRef Name;136 SymbolKind Kind;137 SymbolFlags Flags;138 union {
137 struct SymbolInfo { struct138 std::vector<struct SourceFileInfo> source_file_info;140 SymbolMap symbol_entries;