Home | History | Annotate | Download | only in bcc_compat

Lines Matching defs:source

2  * Copyright 2012, The Android Open Source Project
35 #include <bcc/Source.h>
103 os << "libbcc (The Android Open Source Project, http://www.android.com/):\n"
118 Source *source = Source::CreateFromFile(pContext, input_bitcode);
119 if (source == nullptr) {
126 if (!result->mergeSource(*source)) {
129 delete source;
133 result = new (std::nothrow) Script(source);
137 delete source;