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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolicFile.cpp76 return ObjectFile::createObjectFile(Object, Type);
83 ObjectFile::createObjectFile(Object, Type);
H A DObjectFile.cpp125 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type) { function in class:ObjectFile
175 ObjectFile::createObjectFile(StringRef ObjectPath) { function in class:ObjectFile
183 createObjectFile(Buffer->getMemBufferRef());
H A DIRObjectFile.cpp99 ObjectFile::createObjectFile(Object, Type);
H A DObject.cpp181 ObjectFile::createObjectFile(Buf->getMemBufferRef()));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp67 object::ObjectFile::createObjectFile(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp58 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
H A DLayer.cpp189 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer);
H A DRTDyldObjectLinkingLayer.cpp106 auto Obj = object::ObjectFile::createObjectFile(*ObjBuffer);
H A DOrcCBindingsStack.h360 if (auto Obj = object::ObjectFile::createObjectFile(
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp32 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h221 /// of this object are created by createObjectFile, which figures out which type
342 createObjectFile(StringRef ObjectPath);
345 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type);
347 createObjectFile(MemoryBufferRef Object) { function in class:llvm::object::ObjectFile
348 return createObjectFile(Object, llvm::file_magic::unknown);
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLTO.cpp302 ret.push_back(createObjectFile(MemoryBufferRef(buf[i], "lto.tmp")));
306 ret.push_back(createObjectFile(*file));
H A DInputFiles.h378 InputFile *createObjectFile(MemoryBufferRef mb, StringRef archiveName = "",
H A DInputFiles.cpp1145 InputFile *file = createObjectFile(
1512 InputFile *createObjectFile(MemoryBufferRef mb, StringRef archiveName, function in namespace:lld::elf
1535 InputFile *file = createObjectFile(mb, archiveName, offsetInArchive);
H A DDriver.cpp210 files.push_back(createObjectFile(p.first, path, p.second));
265 files.push_back(createObjectFile(mbref));
1234 files.push_back(createObjectFile(*mb));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp227 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp381 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
516 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
908 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp331 auto OFOrErr = llvm::object::ObjectFile::createObjectFile(Buffer);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h394 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp214 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef());
/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp488 object::ObjectFile::createObjectFile(ExtraObjects[i]);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp874 object::ObjectFile::createObjectFile(Member.Buf->getMemBufferRef());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1309 auto Obj = object::ObjectFile::createObjectFile(
1324 return object::ObjectFile::createObjectFile(AbsolutePath);

Completed in 301 milliseconds