Home
last modified time | relevance | path

Searched refs:ReexportsGenerator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1997 class ReexportsGenerator : public DefinitionGenerator {
2004 ReexportsGenerator(JITDylib &SourceJD,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp611 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() function in llvm::orc::ReexportsGenerator
617 Error ReexportsGenerator::tryToGenerate(LookupState &LS, LookupKind K, in tryToGenerate()