HomeSort by: relevance | last modified time | path
    Searched defs:addModule (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalExecutor.cpp 55 llvm::Error IncrementalExecutor::addModule(std::unique_ptr<llvm::Module> M) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ModuleSymbolTable.cpp 57 void ModuleSymbolTable::addModule(Module *M) {
IRSymtab.cpp 109 Error addModule(Module *M);
117 Error Builder::addModule(Module *M) {
139 Msymtab.addModule(M);
331 if (Error Err = addModule(M))
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h 89 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 89 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h 96 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h 122 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
  /src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
main.cpp 104 Error addModule(ThreadSafeModule M) {
224 ExitOnErr(J->addModule(
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h 207 Error addModule(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
  /src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
SpeculativeJIT.cpp 80 Error addModule(ThreadSafeModule TSM) {
178 ExitOnErr(SJ->addModule(ThreadSafeModule(std::move(M), std::move(Ctx))));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 103 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 95 void addModule(std::unique_ptr<Module> M) {
214 void addModule(std::unique_ptr<Module> M) override;
MCJIT.cpp 79 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
88 OwnedModules.addModule(std::move(First));
104 void MCJIT::addModule(std::unique_ptr<Module> M) {
110 OwnedModules.addModule(std::move(M));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 102 void LLVMContext::addModule(Module *M) {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 143 bool LTOCodeGenerator::addModule(LTOModule *Mod) {
LTO.cpp 627 if (Error Err = addModule(*Input, I, ResI, Res.end()))
634 Error LTO::addModule(InputFile &Input, unsigned ModI,
727 SymTab.addModule(&M);
ThinLTOCodeGenerator.cpp 535 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 170 virtual void addModule(std::unique_ptr<Module> M) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 750 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) {
1501 TheHelper->addModule(M);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1421 ModuleInfo *addModule(StringRef ModPath, uint64_t ModId,

Completed in 55 milliseconds