llvm::lto::InputFile::getComdatTable

Returns a table with all the comdats used by this file.

Synopsis

Declared in <llvm/LTO/LTO.h>

ArrayRef<std::pair<StringRef, Comdat::SelectionKind>>
getComdatTable() const;

Return Value

Table of comdat names and selection kinds used by this file.