Home
last modified time | relevance | path

Searched refs:AddedModule (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h328 struct AddedModule { struct
332 std::vector<AddedModule> ModsWithSummaries;
411 Expected<RegularLTOState::AddedModule>
414 Error linkRegularLTO(RegularLTOState::AddedModule Mod,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp614 Expected<RegularLTOState::AddedModule> ModOrErr = in addModule()
663 Expected<LTO::RegularLTOState::AddedModule>
667 RegularLTOState::AddedModule Mod; in addRegularLTO()
780 Error LTO::linkRegularLTO(RegularLTOState::AddedModule Mod, in linkRegularLTO()