Searched refs:createObjectFile (Results 1 – 14 of 14) sorted by relevance
51 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { in createObjectFile() function in ObjectFile90 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile98 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
59 return ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()64 ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
65 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
283 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()
47 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator()
132 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in tryToLoadFromObjectCache()
38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
103 object::ObjectFile::createObjectFile(*ErrOrMemBufferRef); in GetObjectFile()
82 ObjectFile::createObjectFile(Buff->getMemBufferRef()); in DumpInput()
210 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()285 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()545 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
254 auto Obj = object::ObjectFile::createObjectFile(DWOPath); in DWOHolder()
530 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()
207 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()