Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DScript.cpp43 Source *libclcore_source = Source::CreateFromFile(context, core_lib); in LinkRuntime() local
44 if (libclcore_source == nullptr) { in LinkRuntime()
51 &libclcore_source->getModule()); in LinkRuntime()
76 llvm::Module &libclcore_module = libclcore_source->getModule(); in LinkRuntime()
81 if (!mSource->merge(*libclcore_source)) { in LinkRuntime()
83 delete libclcore_source; in LinkRuntime()