struct LTO::ThinLTOState
Declaration
struct LTO::ThinLTOState { /* full declaration omitted */ };
Declared at: llvm/include/llvm/LTO/LTO.h:335
Member Variables
- public llvm::lto::ThinBackend Backend
- public llvm::ModuleSummaryIndex CombinedIndex
- public MapVector<llvm::StringRef, llvm::BitcodeModule> ModuleMap
- public DenseMap<GlobalValue::GUID, llvm::StringRef> PrevailingModuleForGUID
Method Overview
- public ThinLTOState(llvm::lto::ThinBackend Backend)
Methods
ΒΆThinLTOState(llvm::lto::ThinBackend Backend)
ThinLTOState(llvm::lto::ThinBackend Backend)
Declared at: llvm/include/llvm/LTO/LTO.h:336
Parameters
- llvm::lto::ThinBackend Backend