• Home
  • Raw
  • Download

Lines Matching refs:LTOModule

158 LTOModule::LTOModule(llvm::Module *m, llvm::TargetMachine *t)  in LTOModule()  function in LTOModule
165 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { in isBitcodeFile()
170 bool LTOModule::isBitcodeFile(const char *path) { in isBitcodeFile()
176 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length, in isBitcodeFileForTarget()
184 bool LTOModule::isBitcodeFileForTarget(const char *path, in isBitcodeFileForTarget()
194 bool LTOModule::isTargetMatch(MemoryBuffer *buffer, const char *triplePrefix) { in isTargetMatch()
202 LTOModule *LTOModule::makeLTOModule(const char *path, std::string &errMsg) { in makeLTOModule()
211 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule()
216 LTOModule *LTOModule::makeLTOModule(int fd, const char *path, in makeLTOModule()
230 LTOModule *LTOModule::makeLTOModule(const void *mem, size_t length, in makeLTOModule()
238 void LTOModule::getTargetOptions(TargetOptions &Options) { in getTargetOptions()
263 LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer, in makeLTOModule()
307 LTOModule *Ret = new LTOModule(m.take(), target); in makeLTOModule()
317 MemoryBuffer *LTOModule::makeBuffer(const void *mem, size_t length) { in makeBuffer()
324 LTOModule::objcClassNameFromExpression(const Constant *c, std::string &name) { in objcClassNameFromExpression()
341 void LTOModule::addObjCClass(const GlobalVariable *clgv) { in addObjCClass()
378 void LTOModule::addObjCCategory(const GlobalVariable *clgv) { in addObjCCategory()
403 void LTOModule::addObjCClassRef(const GlobalVariable *clgv) { in addObjCClassRef()
423 void LTOModule::addDefinedDataSymbol(const GlobalValue *v) { in addDefinedDataSymbol()
473 void LTOModule::addDefinedFunctionSymbol(const Function *f) { in addDefinedFunctionSymbol()
479 void LTOModule::addDefinedSymbol(const GlobalValue *def, bool isFunction) { in addDefinedSymbol()
544 void LTOModule::addAsmGlobalSymbol(const char *name, in addAsmGlobalSymbol()
588 void LTOModule::addAsmGlobalSymbolUndef(const char *name) { in addAsmGlobalSymbolUndef()
612 LTOModule::addPotentialUndefinedSymbol(const GlobalValue *decl, bool isFunc) { in addPotentialUndefinedSymbol()
817 bool LTOModule::addAsmGlobalSymbols(std::string &errMsg) { in addAsmGlobalSymbols()
874 bool LTOModule::parseSymbols(std::string &errMsg) { in parseSymbols()