Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDObjectFile.cpp149 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type, in createObjectFile() function in ObjectFile
209 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
217 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
HDSymbolicFile.cpp71 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
78 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
HDIRObjectFile.cpp99 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
HDObject.cpp184 ObjectFile::createObjectFile(Buf->getMemBufferRef())); in LLVMCreateObjectFile()
HDOffloadBinary.cpp283 ObjectFile::createObjectFile(Buffer, Type); in extractOffloadBinaries()
HDArchiveWriter.cpp63 object::ObjectFile::createObjectFile(MemBufferRef); in detectKindFromObject()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCompileUtils.cpp60 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
HDObjectFileInterface.cpp276 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer); in getObjectFileInterface()
HDRTDyldObjectLinkingLayer.cpp99 auto Obj = object::ObjectFile::createObjectFile(*O); in emit()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
HDllvm-dwp.cpp77 auto ErrOrObj = object::ObjectFile::createObjectFile(ExecFilename); in getDWOFilenames()
114 auto ErrOrObj = object::ObjectFile::createObjectFile(FileName); in readTargetTriple()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDyaml2obj.cpp77 object::ObjectFile::createObjectFile( in yaml2ObjectFile()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDTestingSupport.cpp36 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp431 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()
567 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()
972 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
HDInstrumentationMap.cpp261 auto ObjectFileOrError = object::ObjectFile::createObjectFile(Filename); in loadInstrumentationMap()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDHIPUtility.cpp135 auto ObjFileOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in processInput()
HDClang.cpp945 llvm::object::ObjectFile::createObjectFile(**MemBuf, Magic); in maybeHasClangPchSignature()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp363 auto OFOrErr = llvm::object::ObjectFile::createObjectFile(Buffer); in ExtractPCH()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDOutputSections.cpp84 object::ObjectFile::createObjectFile(Mem); in setSizesForSectionCreatedByAsmPrinter()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp217 object::ObjectFile::createObjectFile(ObjectToLoad->getMemBufferRef()); in generateCodeForModule()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWP/
HDDWP.cpp666 auto ErrOrObj = object::ObjectFile::createObjectFile(Input); in write()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
HDlli.cpp554 object::ObjectFile::createObjectFile(ExtraObjects[i]); in main()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp557 auto Obj = object::ObjectFile::createObjectFile( in getDWOContext()
572 return object::ObjectFile::createObjectFile(AbsolutePath); in getDWOContext()