OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMContext
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
SanitizerMetadata.cpp
42
llvm::LLVMContext &
VMContext
= CGM.getLLVMContext();
48
GlobalName = llvm::MDString::get(
VMContext
, Name);
54
llvm::ConstantInt::get(llvm::Type::getInt1Ty(
VMContext
), IsDynInit)),
56
llvm::Type::getInt1Ty(
VMContext
), IsExcluded))};
58
llvm::MDNode *ThisGlobal = llvm::MDNode::get(
VMContext
, GlobalMetadata);
96
llvm::LLVMContext &
VMContext
= CGM.getLLVMContext();
98
llvm::MDString::get(
VMContext
, PLoc.getFilename()),
100
llvm::Type::getInt32Ty(
VMContext
), PLoc.getLine())),
102
llvm::Type::getInt32Ty(
VMContext
), PLoc.getColumn())),
104
return llvm::MDNode::get(
VMContext
, LocMetadata)
[
all
...]
ObjectFilePCHContainerOperations.cpp
53
std::unique_ptr<llvm::LLVMContext>
VMContext
;
167
VMContext
.reset(new llvm::LLVMContext());
168
M.reset(new llvm::Module(MainFileName, *
VMContext
));
238
assert(M &&
VMContext
&& Builder);
240
std::unique_ptr<llvm::LLVMContext>
VMContext
= std::move(this->
VMContext
);
273
auto Int8Ty = llvm::Type::getInt8Ty(*
VMContext
);
276
*
VMContext
, StringRef(SerializedAST.data(), Size),
CodeGenAction.cpp
859
: Act(_Act),
VMContext
(_VMContext ? _VMContext : new LLVMContext),
865
delete
VMContext
;
885
return
VMContext
;
935
getOwningLazyBitcodeModule(std::move(*BCBuf), *
VMContext
);
958
std::move(OS), *
VMContext
, CoverageInfo));
983
VMContext
->enableDebugTypeODRUniquing();
1003
auto M = std::make_unique<llvm::Module>("empty", *
VMContext
);
1008
Bm->parseModule(*
VMContext
);
1015
if (std::unique_ptr<llvm::Module> M = parseIR(MBRef, Err, *
VMContext
))
1090
std::move(LinkModules), *
VMContext
, nullptr)
[
all
...]
CodeGenTypes.cpp
301
static llvm::Type *getTypeForFormat(llvm::LLVMContext &
VMContext
,
306
return llvm::Type::getHalfTy(
VMContext
);
308
return llvm::Type::getInt16Ty(
VMContext
);
311
return llvm::Type::getBFloatTy(
VMContext
);
313
return llvm::Type::getFloatTy(
VMContext
);
315
return llvm::Type::getDoubleTy(
VMContext
);
317
return llvm::Type::getFP128Ty(
VMContext
);
319
return llvm::Type::getPPC_FP128Ty(
VMContext
);
321
return llvm::Type::getX86_FP80Ty(
VMContext
);
CGObjCGNU.cpp
212
llvm::Constant *value = llvm::ConstantDataArray::getString(
VMContext
,Str);
330
llvm::LLVMContext &
VMContext
;
825
llvm::Type *VoidTy = llvm::Type::getVoidTy(
VMContext
);
829
llvm::Type *VoidTy = llvm::Type::getVoidTy(
VMContext
);
838
llvm::Type *VoidTy = llvm::Type::getVoidTy(
VMContext
);
846
llvm::Type *VoidTy = llvm::Type::getVoidTy(
VMContext
);
1065
auto *C = llvm::ConstantDataArray::get(
VMContext
, Arr);
1448
llvm::Constant *Init = llvm::ConstantDataArray::getString(
VMContext
,
1498
emptyStruct = llvm::StructType::create(
VMContext
, ".objc_section_sentinel");
1533
llvm::FunctionType::get(llvm::Type::getVoidTy(
VMContext
), false)
[
all
...]
CodeGenModule.cpp
105
VMContext
(M.getContext()), Types(*this), VTables(*this),
504
PGOReader->getSummary(/* UseCS */ false).getMD(
VMContext
),
596
llvm::MDString::get(
VMContext
, "StrictVTablePointers"),
598
llvm::Type::getInt32Ty(
VMContext
), 1))};
602
llvm::MDNode::get(
VMContext
, Ops));
1578
accessQuals.push_back(llvm::MDString::get(
VMContext
, "write_only"));
1580
accessQuals.push_back(llvm::MDString::get(
VMContext
, "read_write"));
1582
accessQuals.push_back(llvm::MDString::get(
VMContext
, "read_only"));
1584
accessQuals.push_back(llvm::MDString::get(
VMContext
, "none"));
1587
argNames.push_back(llvm::MDString::get(
VMContext
, parm->getName()))
[
all
...]
CGObjCMac.cpp
55
llvm::LLVMContext &
VMContext
;
107
llvm::Type *longDoubleType = llvm::Type::getX86_FP80Ty(
VMContext
);
846
llvm::LLVMContext &
VMContext
;
1084
: CGObjCRuntime(cgm),
VMContext
(cgm.getLLVMContext()) {}
1853
static llvm::Constant *getConstantGEP(llvm::LLVMContext &
VMContext
,
1857
llvm::ConstantInt::get(llvm::Type::getInt32Ty(
VMContext
), idx0),
1858
llvm::ConstantInt::get(llvm::Type::getInt32Ty(
VMContext
), idx1)
2037
llvm::ConstantDataArray::getString(
VMContext
, Entry.first());
2903
return getConstantGEP(
VMContext
, Entry, 0, 0);
4244
llvm::ConstantDataArray::getString(
VMContext
, Name, NullTerminate)
[
all
...]
CGExprScalar.cpp
224
llvm::LLVMContext &
VMContext
;
229
VMContext
(cgf.getLLVMContext()) {
457
return llvm::ConstantFP::get(
VMContext
, E->getValue());
950
Builder.CreateFCmpOGT(Src, llvm::ConstantFP::get(
VMContext
, MinSrc));
952
Builder.CreateFCmpOLT(Src, llvm::ConstantFP::get(
VMContext
, MaxSrc));
2645
amt = llvm::ConstantFP::get(
VMContext
,
2648
amt = llvm::ConstantFP::get(
VMContext
,
2664
amt = llvm::ConstantFP::get(
VMContext
, F);
4308
llvm::PHINode *PN = llvm::PHINode::Create(llvm::Type::getInt1Ty(
VMContext
), 2,
4312
PN->addIncoming(llvm::ConstantInt::getFalse(
VMContext
), *PI)
[
all
...]
CGExprConstant.cpp
999
llvm::LLVMContext &
VMContext
;
1002
: CGM(emitter.CGM), Emitter(emitter),
VMContext
(CGM.getLLVMContext()) {
1080
llvm::StructType *STy = llvm::StructType::get(
VMContext
, Types, false);
1318
return llvm::ConstantDataArray::getString(
VMContext
, Str, false);
CodeGenModule.h
313
llvm::LLVMContext &
VMContext
;
720
llvm::LLVMContext &getLLVMContext() { return
VMContext
; }
ItaniumCXXABI.cpp
3043
llvm::LLVMContext &
VMContext
;
3083
: CGM(ABI.CGM),
VMContext
(CGM.getModule().getContext()), CXXABI(ABI) {}
3150
llvm::Constant *Init = llvm::ConstantDataArray::getString(
VMContext
,
TargetInfo.cpp
6569
llvm::LLVMContext &
VMContext
) {
6594
return isIntegerLikeType(CT->getElementType(), Context,
VMContext
);
6626
if (!isIntegerLikeType(FD->getType(), Context,
VMContext
))
6636
if (!isIntegerLikeType(FD->getType(), Context,
VMContext
))
MicrosoftCXXABI.cpp
3585
VMContext
(CGM.getLLVMContext()), Module(CGM.getModule()), RD(RD),
3597
llvm::LLVMContext &
VMContext
;
/src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp
35
: M(m),
VMContext
(M.getContext()), CUNode(CU),
76
CUNode->replaceEnumTypes(MDTuple::get(
VMContext
, AllEnumTypes));
89
CUNode->replaceRetainedTypes(MDTuple::get(
VMContext
, RetainValues));
91
DISubprogramArray SPs = MDTuple::get(
VMContext
, AllSubprograms);
99
CUNode->replaceGlobalVariables(MDTuple::get(
VMContext
, AllGVs));
103
VMContext
, SmallVector<Metadata *, 16>(AllImportedModules.begin(),
109
CUNode->replaceMacros(MDTuple::get(
VMContext
, I.second.getArrayRef()));
114
auto *MF = DIMacroFile::get(
VMContext
, dwarf::DW_MACINFO_start_file,
152
VMContext
, Lang, File, Producer, isOptimized, Flags, RunTimeVer,
183
return ::createImportedModule(
VMContext
, dwarf::DW_TAG_imported_module
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CodeGenAction.h
51
llvm::LLVMContext *
VMContext
;
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DIBuilder.h
43
LLVMContext &
VMContext
;
695
VMContext
, {dwarf::DW_OP_constu, Val, dwarf::DW_OP_stack_value});
Completed in 41 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026