Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1287 class ReexportsGenerator : public JITDylib::DefinitionGenerator {
1294 ReexportsGenerator(JITDylib &SourceJD,
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h1609 class ReexportsGenerator : public DefinitionGenerator {
1616 ReexportsGenerator(JITDylib &SourceJD,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp774 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() function in llvm::orc::ReexportsGenerator
780 Error ReexportsGenerator::tryToGenerate(LookupKind K, JITDylib &JD, in tryToGenerate()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DCore.cpp544 ReexportsGenerator::ReexportsGenerator(JITDylib &SourceJD, in ReexportsGenerator() function in llvm::orc::ReexportsGenerator
550 Error ReexportsGenerator::tryToGenerate(LookupState &LS, LookupKind K, in tryToGenerate()
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp401 JD.addGenerator(std::make_unique<ReexportsGenerator>( in TEST_F()