Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITObjectCacheTest.cpp25 TestObjectCache() : DuplicateInserted(false) { } in TestObjectCache()
31 DuplicateInserted = true; in notifyObjectCompiled()
47 bool wereDuplicatesInserted() { return DuplicateInserted; } in wereDuplicatesInserted()
75 bool DuplicateInserted; member in __anon244593e00111::TestObjectCache