Searched refs:createObjectFile (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h46 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
H A DIRCompileLayer.h130 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DObjectFile.cpp63 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { function in class:ObjectFile
102 ObjectFile::createObjectFile(StringRef ObjectPath) { function in class:ObjectFile
110 createObjectFile(Buffer->getMemBufferRef());
H A DSymbolicFile.cpp60 return ObjectFile::createObjectFile(Object, Type);
67 ObjectFile::createObjectFile(Object, Type);
H A DFunctionIndexObjectFile.cpp62 ObjectFile::createObjectFile(Object, Type);
H A DObject.cpp65 ObjectFile::createObjectFile(Buf->getMemBufferRef()));
H A DIRObjectFile.cpp291 ObjectFile::createObjectFile(Object, Type);
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DTestingSupport.cpp38 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile);
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DObjectFile.h173 /// of this object are created by createObjectFile, which figures out which type
277 createObjectFile(StringRef ObjectPath);
280 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);
282 createObjectFile(MemoryBufferRef Object) { function in class:llvm::object::ObjectFile
283 return createObjectFile(Object, sys::fs::file_magic::unknown);
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp296 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
401 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
665 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp292 if (auto OF = llvm::object::ObjectFile::createObjectFile(Buffer)) {
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp270 auto Obj = object::ObjectFile::createObjectFile(DWOPath);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp210 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef());
/freebsd-11.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp505 object::ObjectFile::createObjectFile(ExtraObjects[i]);

Completed in 97 milliseconds