Home
last modified time | relevance | path

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

12

/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.cpp280 ObjectFile::createObjectFile(Buffer, Type); in extractOffloadBinaries()
H A DOffloadBundle.cpp239 auto ObjOrErr = ObjectFile::createObjectFile(Uri.FileName); in extractOffloadBundleByURI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h371 createObjectFile(StringRef ObjectPath);
374 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
377 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
378 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DObjectFilePCHContainerReader.cpp23 auto OFOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in ExtractPCH()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp60 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
H A DMachO.cpp251 auto Obj = object::ObjectFile::createObjectFile(MemberBuf); in operator ()()
H A DObjectFileInterface.cpp320 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectFileInterface()
H A DRTDyldObjectLinkingLayer.cpp105 auto Obj = object::ObjectFile::createObjectFile(*O); in emit()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp79 auto ErrOrObj = object::ObjectFile::createObjectFile(ExecFilename); in getDWOFilenames()
116 auto ErrOrObj = object::ObjectFile::createObjectFile(FileName); in readTargetTriple()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp76 object::ObjectFile::createObjectFile( in yaml2ObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFF_ppc64.cpp40 auto Obj = object::ObjectFile::createObjectFile(ObjectBuffer); in createLinkGraphFromXCOFFObject_ppc64()
/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()
973 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenData.cpp268 object::ObjectFile::createObjectFile(Buffer->getMemBufferRef()); in mergeCodeGenData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp101 auto binary = llvm::object::ObjectFile::createObjectFile(memory_ref, magic); in CreateBinary()
/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.cpp198 auto ObjFileOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in processInput()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp83 object::ObjectFile::createObjectFile(Mem); in setSizesForSectionCreatedByAsmPrinter()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp216 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp663 auto ErrOrObj = object::ObjectFile::createObjectFile(Input); in write()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp555 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()

12