Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp46 Expected<std::unique_ptr<Binary>> object::createBinary(MemoryBufferRef Buffer, in createBinary() function in object
99 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { in createBinary() function in object
108 createBinary(Buffer->getMemBufferRef(), Context, InitContent); in createBinary()
H A DObject.cpp69 createBinary(unwrap(MemBuf)->getMemBufferRef(), maybeContext)); in LLVMCreateBinary()
H A DArchive.cpp532 auto BinaryOrErr = createBinary(BuffOrErr.get(), Context); in getAsBinary()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h183 Expected<std::unique_ptr<Binary>> createBinary(MemoryBufferRef Source,
235 Expected<OwningBinary<Binary>> createBinary(StringRef Path,
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp49 return createBinary(BufferOrErr.get()->getMemBufferRef()); in convertFileToBinary()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp427 object::createBinary(**OutputBufferOrErr); in executeObjcopyOnMachOUniversalBinary()
469 Expected<std::unique_ptr<Binary>> BinaryOrErr = object::createBinary(*MB); in executeObjcopyOnMachOUniversalBinary()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp167 std::unique_ptr<Binary> coffObjPtr = CHECK(createBinary(mb), this); in parse()
185 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), this); in parse()
1149 std::unique_ptr<Binary> bin = CHECK(createBinary(mb), this); in parse()
H A DDriverUtils.cpp723 std::unique_ptr<object::Binary> bin = check(object::createBinary(mb)); in convertResToCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp284 auto B = object::createBinary(FileName); in Load()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp351 createBinary(Config.InputFilename); in executeObjcopy()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp266 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(Path); in open()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp125 object::createBinary(ExePath); in getPdbPathFromExe()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp505 Expected<OwningBinary<Binary>> BinOrErr = createBinary(Path); in getOrCreateObject()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp529 Expected<std::unique_ptr<Binary>> BinOrErr = object::createBinary(Buffer); in handleBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp528 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(File); in dumpInput()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp520 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary( in dumpInput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp633 Expected<std::unique_ptr<Binary>> BinOrErr = createBinary(Buf); in readELFFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp547 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(file); in printFileSectionSizes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1088 auto BinOrErr = createBinary(ObjectBuffer); in create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp91 auto expected_binary = createBinary(exe_path); in loadMatchingPDBFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1808 createBinary(BufferOrErr.get()->getMemBufferRef(), ContextPtr); in dumpSymbolNamesFromFile()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2413 OwningBinary<Binary> OBinary = unwrapOrError(createBinary(file), file); in dumpInput()
H A DMachODump.cpp2312 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(Filename); in parseInputMachO()
7373 createBinary(DSYMBuf.get()->getMemBufferRef()); in DisassembleMachO()