Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h91 struct LogicalModuleResources { struct
96 LogicalModuleResources() = default; argument
99 LogicalModuleResources(LogicalModuleResources &&Other) in LogicalModuleResources() function
112 JITSymbol findSymbol(StringRef Name, bool ExportedSymbolsOnly) { in findSymbol()