Home
last modified time | relevance | path

Searched refs:emitImports (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h210 static void emitImports(StringRef ModulePath, StringRef OutputName,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h260 void emitImports(Module &Module, StringRef OutputName,
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h260 void emitImports(Module &Module, StringRef OutputName,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp413 return emitImports(); in run()
492 void emitImports() { in emitImports() function in thinlto::ThinLTOProcessing
509 ThinLTOCodeGenerator::emitImports(Filename, OutputName, *Index); in emitImports()
/external/llvm-project/llvm/tools/llvm-lto/
Dllvm-lto.cpp579 return emitImports(); in run()
664 void emitImports() { in emitImports() function in thinlto::ThinLTOProcessing
686 ThinGenerator.emitImports(*TheModule, OutputName, *Index, *Input); in emitImports()
/external/javapoet/
DCHANGELOG.md256 * `emitImports` now supports `Class` arguments directly.
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp588 void ThinLTOCodeGenerator::emitImports(StringRef ModulePath, in emitImports() function in ThinLTOCodeGenerator
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp777 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() function in ThinLTOCodeGenerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp747 void ThinLTOCodeGenerator::emitImports(Module &TheModule, StringRef OutputName, in emitImports() function in ThinLTOCodeGenerator