Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DSourceInfo.h48 bool shared_context; variable
67 SourceInfo() : module(NULL), shared_context(false) { } in SourceInfo()
DSourceInfo.cpp161 shared_context = true; in prepareModule()
168 if (!shared_context) in prepareModule()
179 if (!shared_context) in ~SourceInfo()