Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DSourceInfo.h76 static SourceInfo *createFromModule(llvm::Module *module,
DSourceInfo.cpp108 SourceInfo *SourceInfo::createFromModule(llvm::Module *module, in createFromModule() function in bcc::SourceInfo
DScript.cpp136 mSourceList[idx] = SourceInfo::createFromModule(module, flags); in addSourceModule()