HomeSort by relevance Sort by last modified time
    Searched refs:TheModule (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /external/clang/lib/CodeGen/
CodeGenModule.h 270 llvm::Module &TheModule;
607 llvm::Module &getModule() const { return TheModule; }
610 return TheModule.getDataLayout();
    [all...]
CodeGenModule.cpp 88 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags),
746 new llvm::GlobalVariable(TheModule, AT, false,
    [all...]
CGDeclCXX.cpp 301 TheModule, InitFunc->getType(), /*isConstant=*/true,
CodeGenTypes.cpp 33 : CGM(cgm), Context(cgm.getContext()), TheModule(cgm.getModule()),
CGDecl.cpp 226 GV->setComdat(TheModule.getOrInsertComdat(GV->getName()));
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 188 Module *TheModule = nullptr;
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 191 SPIRVModule *TheModule){
193 Inst->init(TheType, TheId, TheBB, TheModule);
199 SPIRVModule *TheModule){
201 Inst->init(TheType, TheId, TheBB, TheModule);
213 SPIRVModule *TheModule){
214 assert((TheBB || TheModule) && "Invalid BB or Module");
218 setModule(TheModule);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp 83 const Module *TheModule;
106 TheModule(0), TAsm(0), MRI(0), MOFI(0), TCtx(0), TD(0),
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 216 TheModule = nullptr;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineModuleInfo.cpp 265 TheModule = 0;

Completed in 3159 milliseconds

1 2 3 45