LLVM 22.0.0git
llvm::orc::LibraryResolver::SymbolQuery::Entry Struct Reference

Holds the result for a single symbol. More...

#include "llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h"

Public Attributes

std::string Name
std::string ResolvedLibPath

Detailed Description

Holds the result for a single symbol.

Definition at line 403 of file LibraryResolver.h.

Member Data Documentation

◆ Name

std::string llvm::orc::LibraryResolver::SymbolQuery::Entry::Name

Definition at line 404 of file LibraryResolver.h.

◆ ResolvedLibPath

std::string llvm::orc::LibraryResolver::SymbolQuery::Entry::ResolvedLibPath

Definition at line 405 of file LibraryResolver.h.


The documentation for this struct was generated from the following file: