OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLLVMContext
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/libbcc/lib/Core/
BCCContextImpl.h
33
llvm::LLVMContext
mLLVMContext
;
BCCContext.cpp
63
{ return mImpl->
mLLVMContext
; }
66
{ return mImpl->
mLLVMContext
; }
Source.cpp
77
auto managedModule = helper_load_bitcode(pContext.mImpl->
mLLVMContext
,
107
auto managedModule = helper_load_bitcode(pContext.mImpl->
mLLVMContext
,
174
new (std::nothrow) llvm::Module(pName, pContext.mImpl->
mLLVMContext
);
194
llvm::LLVMContext &context = mContext.mImpl->
mLLVMContext
;
/frameworks/compile/slang/
slang_backend.cpp
229
mLLVMContext
(llvm::getGlobalContext()), mDiagEngine(*DiagEngine),
232
mCodeGenOpts,
mLLVMContext
);
276
Pragma.push_back(llvm::MDString::get(
mLLVMContext
, I->first));
278
Pragma.push_back(llvm::MDString::get(
mLLVMContext
, I->second));
282
llvm::MDNode::get(
mLLVMContext
, Pragma));
531
llvm::MDString::get(
mLLVMContext
, EV->getName().c_str()));
540
mLLVMContext
, llvm::utostr_32(PT->getType())));
549
mLLVMContext
, ("*" + static_cast<const RSExportPointerType*>(ET)
556
mLLVMContext
, llvm::utostr_32(
572
llvm::MDString::get(
mLLVMContext
,
[
all
...]
slang_backend.h
127
llvm::LLVMContext &
mLLVMContext
;
slang_rs_context.h
89
llvm::LLVMContext &
mLLVMContext
;
150
inline llvm::LLVMContext &getLLVMContext() const { return
mLLVMContext
; }
slang_rs_context.cpp
61
mLLVMContext
(llvm::getGlobalContext()),
Completed in 70 milliseconds