Lines Matching refs:Source
86 unsigned Source::getCompilerVersion() const { in getCompilerVersion()
90 void Source::getWrapperInformation(unsigned *compilerVersion, in getWrapperInformation()
97 void Source::setModule(llvm::Module *pModule) { in setModule()
102 Source *Source::CreateFromBuffer(BCCContext &pContext, in CreateFromBuffer()
128 Source *result = CreateFromModule(pContext, pName, *module, in CreateFromBuffer()
138 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
165 Source *result = CreateFromModule(pContext, pPath.c_str(), *module, in CreateFromFile()
175 Source *Source::CreateFromModule(BCCContext &pContext, const char* name, llvm::Module &pModule, in CreateFromModule()
188 Source *result = new (std::nothrow) Source(name, pContext, pModule, pNoDelete); in CreateFromModule()
197 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, in Source() function in bcc::Source
204 Source::~Source() { in ~Source()
211 bool Source::merge(Source &pSource) { in merge()
224 const std::string &Source::getIdentifier() const { in getIdentifier()
228 void Source::addBuildChecksumMetadata(const char *buildChecksum) const { in addBuildChecksumMetadata()
236 bool Source::getDebugInfoEnabled() const { in getDebugInfoEnabled()
240 bool Source::extractMetadata() { in extractMetadata()