Searched refs:createObjectFile (Results 1 – 13 of 13) sorted by relevance
51 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { in createObjectFile() function in ObjectFile89 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile97 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
58 return ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()63 ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
65 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
284 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
299 createObjectFile(StringRef ObjectPath);302 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);304 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function305 return createObjectFile(Object, sys::fs::file_magic::unknown); in createObjectFile()
38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
82 ObjectFile::createObjectFile(Buff->getMemBufferRef()); in DumpInput()
103 object::ObjectFile::createObjectFile(*ErrOrMemBufferRef); in GetObjectFile()
209 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()279 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()533 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
300 auto File = llvm::object::ObjectFile::createObjectFile(FileName); in ObjectFileCoverageMappingReader()478 auto File = object::ObjectFile::createObjectFile( in ObjectFileCoverageMappingReader()
254 auto Obj = object::ObjectFile::createObjectFile(DWOPath); in DWOHolder()
506 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()
200 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()