Searched refs:createObjectFile (Results 1 – 17 of 17) sorted by relevance
63 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { in createObjectFile() function in ObjectFile102 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile110 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
60 return ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()67 ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
62 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
65 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
291 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
277 createObjectFile(StringRef ObjectPath);280 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);282 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function283 return createObjectFile(Object, sys::fs::file_magic::unknown); in createObjectFile()
28 ObjectFile::createObjectFile(Buff->getMemBufferRef()); in LLVMFuzzerTestOneInput()
46 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator()
130 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in tryToLoadFromObjectCache()
38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
296 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()401 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()665 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
198 auto ErrOrObjectFile = object::ObjectFile::createObjectFile(MemBuf); in GetObjectFiles()
279 if (auto OF = llvm::object::ObjectFile::createObjectFile(Buffer)) { in ExtractPCH()
270 auto Obj = object::ObjectFile::createObjectFile(DWOPath); in DWOHolder()
260 auto ErrOrObj = object::ObjectFile::createObjectFile(Input); in write()
505 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()
210 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()