Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp149 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type, in createObjectFile()
209 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
217 createObjectFile(Buffer->getMemBufferRef()); in isReflectionSectionStrippable()
142 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type, createObjectFile() function in ObjectFile
198 ObjectFile::createObjectFile(StringRef ObjectPath) { createObjectFile() function in ObjectFile
H A DSymbolicFile.cpp71 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
78 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
H A DIRObjectFile.cpp99 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
H A DObject.cpp184 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
H A DOffloadBinary.cpp283 ObjectFile::createObjectFile(Buffer, Type); in extractOffloadBinaries()
H A DArchiveWriter.cpp63 object::ObjectFile::createObjectFile(MemBufferRef); in detectKindFromObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h370 createObjectFile(StringRef ObjectPath);
373 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
376 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
377 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp60 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
H A DObjectFileInterface.cpp276 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectFileInterface()
H A DRTDyldObjectLinkingLayer.cpp99 auto Obj = object::ObjectFile::createObjectFile(*O); in emit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp77 auto ErrOrObj = object::ObjectFile::createObjectFile(ExecFilename); in getDWOFilenames()
114 auto ErrOrObj = object::ObjectFile::createObjectFile(FileName); in readTargetTriple()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp77 object::ObjectFile::createObjectFile( in yaml2ObjectFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp36 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp431 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()
567 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()
972 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp261 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename); in loadInstrumentationMap()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp135 auto ObjFileOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in processInput()
H A DClang.cpp945 llvm::object::ObjectFile::createObjectFile(**MemBuf, Magic); in maybeHasClangPchSignature()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp217 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp666 auto ErrOrObj = object::ObjectFile::createObjectFile(Input); in write()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp554 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp557 auto Obj = object::ObjectFile::createObjectFile( in getDWOContext()
572 return object::ObjectFile::createObjectFile(AbsolutePath); in getDWOContext()