Lines Matching refs:Source
87 unsigned Source::getCompilerVersion() const { in getCompilerVersion()
91 void Source::getWrapperInformation(unsigned *compilerVersion, in getWrapperInformation()
98 void Source::setModule(llvm::Module *pModule) { in setModule()
103 Source *Source::CreateFromBuffer(BCCContext &pContext, in CreateFromBuffer()
129 Source *result = CreateFromModule(pContext, pName, *module, in CreateFromBuffer()
139 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
166 Source *result = CreateFromModule(pContext, pPath.c_str(), *module, in CreateFromFile()
176 Source *Source::CreateFromModule(BCCContext &pContext, const char* name, llvm::Module &pModule, in CreateFromModule()
189 Source *result = new (std::nothrow) Source(name, pContext, pModule, pNoDelete); in CreateFromModule()
198 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, in Source() function in bcc::Source
205 Source::~Source() { in ~Source()
212 bool Source::merge(Source &pSource) { in merge()
225 const std::string &Source::getIdentifier() const { in getIdentifier()
229 void Source::addBuildChecksumMetadata(const char *buildChecksum) const { in addBuildChecksumMetadata()
237 bool Source::getDebugInfoEnabled() const { in getDebugInfoEnabled()
241 bool Source::extractMetadata() { in extractMetadata()