fork download
  1. struct SymAtomPair {
  2. const typename llvm::object::ELFObjectFile<ELFT>::Elf_Sym *_symbol = nullptr;
  3. const SharedLibraryAtom *_atom = nullptr;
  4. };
  5.  
  6. struct SymAtomPair {
  7. SymAtomPair(): _symbol(nullptr), _atom(nullptr) {}
  8.  
  9. const typename llvm::object::ELFObjectFile<ELFT>::Elf_Sym *_symbol;
  10. const SharedLibraryAtom *_atom;
  11. };
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty