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

Declarations

include/llvm/BinaryFormat/Magic.h
   74 std::error_code identify_magic(const Twine &path, file_magic &result);

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  138   ec = llvm::identify_magic(pdb_file, magic);
tools/llvm-pdbutil/InputFile.cpp
  261   if (auto EC = identify_magic(Path, Magic))