Home
last modified time | relevance | path

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

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