| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Binary.cpp | 46 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 D | Object.cpp | 69 createBinary(unwrap(MemBuf)->getMemBufferRef(), maybeContext)); in LLVMCreateBinary()
|
| H A D | Archive.cpp | 532 auto BinaryOrErr = createBinary(BuffOrErr.get(), Context); in getAsBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Binary.h | 183 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 D | llvm-tapi-diff.cpp | 49 return createBinary(BufferOrErr.get()->getMemBufferRef()); in convertFileToBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOObjcopy.cpp | 427 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 D | InputFiles.cpp | 167 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 D | DriverUtils.cpp | 723 std::unique_ptr<object::Binary> bin = check(object::createBinary(mb)); in convertResToCOFF()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ExecutionUtils.cpp | 284 auto B = object::createBinary(FileName); in Load()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 351 createBinary(Config.InputFilename); in executeObjcopy()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 266 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(Path); in open()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 125 object::createBinary(ExePath); in getPdbPathFromExe()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Symbolize.cpp | 505 Expected<OwningBinary<Binary>> BinOrErr = createBinary(Path); in getOrCreateObject()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 529 Expected<std::unique_ptr<Binary>> BinOrErr = object::createBinary(Buffer); in handleBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 528 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(File); in dumpInput()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 520 Expected<std::unique_ptr<Binary>> BinaryOrErr = createBinary( in dumpInput()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 633 Expected<std::unique_ptr<Binary>> BinOrErr = createBinary(Buf); in readELFFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/ |
| H A D | llvm-size.cpp | 547 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(file); in printFileSectionSizes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1088 auto BinOrErr = createBinary(ObjectBuffer); in create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 91 auto expected_binary = createBinary(exe_path); in loadMatchingPDBFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 1808 createBinary(BufferOrErr.get()->getMemBufferRef(), ContextPtr); in dumpSymbolNamesFromFile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 2413 OwningBinary<Binary> OBinary = unwrapOrError(createBinary(file), file); in dumpInput()
|
| H A D | MachODump.cpp | 2312 Expected<OwningBinary<Binary>> BinaryOrErr = createBinary(Filename); in parseInputMachO() 7373 createBinary(DSYMBuf.get()->getMemBufferRef()); in DisassembleMachO()
|