Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITObjectCacheTest.cpp25 TestObjectCache() : DuplicateInserted(false) { } in TestObjectCache()
31 DuplicateInserted = true; in notifyObjectCompiled()
47 bool wereDuplicatesInserted() { return DuplicateInserted; } in wereDuplicatesInserted()
76 bool DuplicateInserted; member in __anon7137a08f0111::TestObjectCache