Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp133 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type, in createObjectFile() function in ObjectFile
185 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
193 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
H A DSymbolicFile.cpp71 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
78 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
H A DIRObjectFile.cpp100 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
H A DObject.cpp181 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h353 createObjectFile(StringRef ObjectPath);
356 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
359 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
360 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp52 auto ErrOrObj = object::ObjectFile::createObjectFile(ExecFilename); in getDWOFilenames()
86 auto ErrOrObj = object::ObjectFile::createObjectFile(FileName); in readTargetTriple()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp58 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
H A DMangling.cpp88 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectSymbolInfo()
H A DRTDyldObjectLinkingLayer.cpp99 auto Obj = object::ObjectFile::createObjectFile(*O); in emit()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp71 object::ObjectFile::createObjectFile( in yaml2ObjectFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp33 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLTO.cpp373 ret.push_back(createObjectFile(MemoryBufferRef(buf[i], "lto.tmp"))); in compile()
377 ret.push_back(createObjectFile(*file)); in compile()
H A DInputFiles.h404 InputFile *createObjectFile(MemoryBufferRef mb, StringRef archiveName = "",
H A DInputFiles.cpp1246 InputFile *file = createObjectFile(mb, getName(), c.getChildOffset()); in fetch()
1784 InputFile *elf::createObjectFile(MemoryBufferRef mb, StringRef archiveName, in createObjectFile() function in elf
1808 InputFile *file = createObjectFile(mb, archiveName, offsetInArchive); in fetch()
H A DDriver.cpp228 files.push_back(createObjectFile(p.first, path, p.second)); in addFile()
283 files.push_back(createObjectFile(mbref)); in addFile()
1533 files.push_back(createObjectFile(*mb)); in createFiles()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp383 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()
518 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()
915 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp262 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename); in loadInstrumentationMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp331 auto OFOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in ExtractPCH()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp216 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp574 auto ErrOrObj = object::ObjectFile::createObjectFile(Input); in write()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1388 auto Obj = object::ObjectFile::createObjectFile( in getDWOContext()
1403 return object::ObjectFile::createObjectFile(AbsolutePath); in getDWOContext()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp884 object::ObjectFile::createObjectFile(MemBufferRef); in getKindFromMember()
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp552 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()