Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp23 class CoreAPIsStandardTest : public CoreAPIsBasedStandardTest {}; global() class
35 TEST_F(CoreAPIsStandardTest,ErrorReporter) TEST_F() argument
53 TEST_F(CoreAPIsStandardTest,JITDylibAddToLinkOrder) TEST_F() argument
76 TEST_F(CoreAPIsStandardTest,BasicSuccessfulLookup) TEST_F() argument
112 TEST_F(CoreAPIsStandardTest,EmptyLookup) TEST_F() argument
126 TEST_F(CoreAPIsStandardTest,ResolveUnrequestedSymbol) TEST_F() argument
145 TEST_F(CoreAPIsStandardTest,MaterializationSideEffctsOnlyBasic) TEST_F() argument
184 TEST_F(CoreAPIsStandardTest,MaterializationSideEffectsOnlyFailuresPersist) TEST_F() argument
204 TEST_F(CoreAPIsStandardTest,RemoveSymbolsTest) TEST_F() argument
290 TEST_F(CoreAPIsStandardTest,DiscardInitSymbol) TEST_F() argument
311 TEST_F(CoreAPIsStandardTest,LookupWithHiddenSymbols) TEST_F() argument
331 TEST_F(CoreAPIsStandardTest,LookupFlagsTest) TEST_F() argument
364 TEST_F(CoreAPIsStandardTest,LookupWithGeneratorFailure) TEST_F() argument
390 TEST_F(CoreAPIsStandardTest,TestBasicAliases) TEST_F() argument
407 TEST_F(CoreAPIsStandardTest,TestChainedAliases) TEST_F() argument
423 TEST_F(CoreAPIsStandardTest,TestBasicReExports) TEST_F() argument
437 TEST_F(CoreAPIsStandardTest,TestThatReExportsDontUnnecessarilyMaterialize) TEST_F() argument
465 TEST_F(CoreAPIsStandardTest,TestReexportsGenerator) TEST_F() argument
490 TEST_F(CoreAPIsStandardTest,TestTrivialCircularDependency) TEST_F() argument
520 TEST_F(CoreAPIsStandardTest,TestCircularDependenceInOneJITDylib) TEST_F() argument
670 TEST_F(CoreAPIsStandardTest,FailureInDependency) TEST_F() argument
736 TEST_F(CoreAPIsStandardTest,AddDependencyOnFailedSymbol) TEST_F() argument
808 TEST_F(CoreAPIsStandardTest,FailAfterMaterialization) TEST_F() argument
867 TEST_F(CoreAPIsStandardTest,FailMaterializerWithUnqueriedSymbols) TEST_F() argument
896 TEST_F(CoreAPIsStandardTest,DropMaterializerWhenEmpty) TEST_F() argument
927 TEST_F(CoreAPIsStandardTest,AddAndMaterializeLazySymbol) TEST_F() argument
971 TEST_F(CoreAPIsStandardTest,TestBasicWeakSymbolMaterialization) TEST_F() argument
1017 TEST_F(CoreAPIsStandardTest,RedefineBoundWeakSymbol) TEST_F() argument
1032 TEST_F(CoreAPIsStandardTest,DefineMaterializingSymbol) TEST_F() argument
1061 TEST_F(CoreAPIsStandardTest,GeneratorTest) TEST_F() argument
1135 TEST_F(CoreAPIsStandardTest,SimpleAsynchronousGeneratorTest) TEST_F() argument
1161 TEST_F(CoreAPIsStandardTest,ErrorFromSuspendedAsynchronousGeneratorTest) TEST_F() argument
1184 TEST_F(CoreAPIsStandardTest,ErrorFromAutoSuspendedAsynchronousGeneratorTest) TEST_F() argument
1226 TEST_F(CoreAPIsStandardTest,BlockedGeneratorAutoSuspensionTest) TEST_F() argument
1348 TEST_F(CoreAPIsStandardTest,FailResolution) TEST_F() argument
1382 TEST_F(CoreAPIsStandardTest,FailEmissionAfterResolution) TEST_F() argument
1414 TEST_F(CoreAPIsStandardTest,FailAfterPartialResolution) TEST_F() argument
1440 TEST_F(CoreAPIsStandardTest,FailDefineMaterializingDueToDefunctTracker) TEST_F() argument
1474 TEST_F(CoreAPIsStandardTest,TestLookupWithUnthreadedMaterialization) TEST_F() argument
1492 TEST_F(CoreAPIsStandardTest,TestLookupWithThreadedMaterialization) TEST_F() argument
1522 TEST_F(CoreAPIsStandardTest,TestGetRequestedSymbolsAndReplace) TEST_F() argument
1573 TEST_F(CoreAPIsStandardTest,TestMaterializationResponsibilityDelegation) TEST_F() argument
1599 TEST_F(CoreAPIsStandardTest,TestMaterializeWeakSymbol) TEST_F() argument
1747 TEST_F(CoreAPIsStandardTest,RemoveJITDylibs) TEST_F() argument
[all...]