Home
last modified time | relevance | path

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

/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp246 bool ExportedOnly = true; in TEST() local
247 M.expectFindSymbol(Name, ExportedOnly); in TEST()
248 JITSymbol Symbol = T2.findSymbol(Name, ExportedOnly); in TEST()
253 ExportedOnly = false; in TEST()
254 M.expectFindSymbolIn(H, Name, ExportedOnly); in TEST()
255 Symbol = T1.findSymbolIn(H, Name, ExportedOnly); in TEST()