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

Declarations

include/llvm/Bitcode/BitcodeReader.h
  170   Expected<BitcodeLTOInfo> getBitcodeLTOInfo(MemoryBufferRef Buffer);

References

lib/LTO/LTOModule.cpp
   73   Expected<BitcodeLTOInfo> Result = getBitcodeLTOInfo(MBRef);
tools/llvm-dis/llvm-dis.cpp
  168   BitcodeLTOInfo LTOInfo = ExitOnErr(getBitcodeLTOInfo(*MB));