Home
last modified time | relevance | path

Searched defs:getLLVMContext (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenTypes.h178 llvm::LLVMContext &getLLVMContext() { return TheModule.getContext(); } in getLLVMContext() function
DCodeGenModule.h613 llvm::LLVMContext &getLLVMContext() { return VMContext; } in getLLVMContext() function
DCodeGenFunction.h1074 llvm::LLVMContext &getLLVMContext() { return CGM.getLLVMContext(); } in getLLVMContext() function
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp687 LLVMContext& getLLVMContext() const { return Context; } in getLLVMContext() function in SessionContext
726 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); } in getLLVMContext() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp687 LLVMContext& getLLVMContext() const { return Context; } in getLLVMContext() function in SessionContext
726 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); } in getLLVMContext() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp687 LLVMContext& getLLVMContext() const { return Context; } in getLLVMContext() function in SessionContext
726 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); } in getLLVMContext() function in IRGenContext
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp688 LLVMContext& getLLVMContext() const { return Context; } in getLLVMContext() function in SessionContext
727 LLVMContext& getLLVMContext() { return Session.getLLVMContext(); } in getLLVMContext() function in IRGenContext