Home
last modified time | relevance | path

Searched defs:TheModule (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/CodeGen/
DCodeGenAction.h27 std::unique_ptr<llvm::Module> TheModule; variable
/external/llvm/lib/IR/
DAsmWriter.h68 const Module *TheModule; variable
DAsmWriter.cpp309 const Module* TheModule; member in llvm::SlotTracker
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp163 Module *TheModule; // Owned by ExecutionEngine. member in __anon4d47ffdc0111::JitEventListenerTest
/external/clang/lib/CodeGen/
DCodeGenTypes.h65 llvm::Module &TheModule; variable
DBackendUtil.cpp52 Module *TheModule; member in __anonfd95b7bd0111::EmitAssemblyHelper
DCodeGenAction.cpp54 std::unique_ptr<llvm::Module> TheModule, LinkModule; member in clang::BackendConsumer
DCodeGenModule.h275 llvm::Module &TheModule; variable
DCGObjCGNU.cpp106 llvm::Module &TheModule; member in __anon06d71d490111::CGObjCGNU
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h102 const Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp350 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp357 static Module *TheModule; variable
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.h128 Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp458 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp543 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp610 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp608 static Module *TheModule; variable
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp625 static Module *TheModule; variable
/external/clang/lib/Frontend/
DCompilerInstance.cpp1546 Module *TheModule = I->second; in loadGlobalModuleIndex() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp95 const Module *TheModule; member in __anon08cd44640111::CppWriter
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp880 Module *TheModule; member in JITHelper