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

References

tools/lld/COFF/Chunks.cpp
  335         check(file->getCOFFObj()->getSymbol(rel.SymbolTableIndex));
tools/lld/COFF/Driver.cpp
  292       reportBufferError(mbOrErr.takeError(), check(c.getFullName()));
  805   COFFModuleDefinition m = check(parseCOFFModuleDefinition(
tools/lld/COFF/DriverUtils.cpp
  709     std::unique_ptr<object::Binary> bin = check(object::createBinary(mb));
tools/lld/COFF/InputFiles.cpp
  171     COFFSymbolRef coffSym = check(coffObj->getSymbol(i));
  415     COFFSymbolRef coffSym = check(coffObj->getSymbol(i));
  443     COFFSymbolRef sym = check(coffObj->getSymbol(i));
  898   obj = check(lto::InputFile::create(mbref));
tools/lld/COFF/LTO.cpp
  156     cache = check(lto::localCache(
tools/lld/ELF/Driver.cpp
  174       tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
 1491           check(obj->getObj().getSectionContents(obj->addrsigSec));
tools/lld/ELF/InputFiles.cpp
  516           check(obj.template getSectionContentsAsArray<Elf_CGProfile>(&sec));
  798     ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(&sec));
  921     ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(&sec));
 1522   ELFFile<ELFT> obj = check(ELFFile<ELFT>::create(mb.getBuffer()));
tools/lld/ELF/InputFiles.h
  159     return check(llvm::object::ELFFile<ELFT>::create(mb.getBuffer()));
tools/lld/ELF/InputSection.cpp
   54   return check(file.getObj().getSectionContents(&hdr));
tools/lld/ELF/LTO.cpp
  245     cache = check(
tools/lld/ELF/Relocations.cpp
  464        check(file.template getObj<ELFT>().program_headers()))
  488     StringRef name = check(s.getName(file.getStringTable()));
tools/lld/wasm/InputFiles.cpp
  541   obj = check(lto::InputFile::create(MemoryBufferRef(
tools/lld/wasm/LTO.cpp
  132     cache = check(