Searched defs:SymbolInfo (Results 1 – 4 of 4) sorted by relevance
54 struct SymbolInfo { struct71 std::optional<SymbolInfo> symbol_info; argument
144 struct SymbolInfo { struct151 SymbolInfo getSymbolInfo(const Decl *D); argument
160 struct SymbolInfo { struct161 uint32_t Index;162 StringRef Name;163 SymbolKind Kind;164 SymbolFlags Flags;165 union {
90 std::string objdump::getXCOFFSymbolDescription(const SymbolInfoTy &SymbolInfo, in getXCOFFSymbolDescription()