|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/LTO/LTO.h 284 Error add(std::unique_ptr<InputFile> Obj, ArrayRef<SymbolResolution> Res);
References
tools/gold/gold-plugin.cpp 774 check(Lto.add(std::move(Input), Resols),
tools/lld/COFF/LTO.cpp 141 checkError(ltoObj->add(std::move(f.obj), resols));
tools/lld/ELF/LTO.cpp 210 checkError(ltoObj->add(std::move(f.obj), resols));
tools/lld/wasm/LTO.cpp 117 checkError(ltoObj->add(std::move(f.obj), resols));
tools/llvm-lto2/llvm-lto2.cpp 318 check(Lto.add(std::move(Input), Res), F);