reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/LTO/LTO.h
  128   static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);

References

lib/LTO/LTOModule.cpp
  659       lto::InputFile::create(BufferRef);
lib/LTO/ThinLTOCodeGenerator.cpp
  511   auto InputOrError = lto::InputFile::create(Buffer);
tools/gold/gold-plugin.cpp
  528   Expected<std::unique_ptr<InputFile>> ObjOrErr = InputFile::create(BufferRef);
  706   Expected<std::unique_ptr<InputFile>> ObjOrErr = InputFile::create(BufferRef);
tools/lld/COFF/InputFiles.cpp
  158         CHECK(lto::InputFile::create(this->mb), this);
  898   obj = check(lto::InputFile::create(mbref));
tools/lld/ELF/InputFiles.cpp
 1380   obj = CHECK(lto::InputFile::create(mbref), this);
 1507         CHECK(lto::InputFile::create(this->mb), this);
tools/lld/wasm/InputFiles.cpp
  541   obj = check(lto::InputFile::create(MemoryBufferRef(
tools/llvm-lto/llvm-lto.cpp
  487   return ExitOnErr(lto::InputFile::create(Buffer));
tools/llvm-lto2/llvm-lto2.cpp
  289         check(InputFile::create(MB->getMemBufferRef()), F);
  368         check(InputFile::create(MB->getMemBufferRef()), F);