LLVM 22.0.0git
llvm::orc::LibraryResolver::SymbolQuery::Result 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 315 of file LibraryResolver.h.

Member Data Documentation

◆ Name

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

Definition at line 316 of file LibraryResolver.h.

◆ ResolvedLibPath

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

Definition at line 317 of file LibraryResolver.h.


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