OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getContext
(Results
1 - 25
of
795
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetObjectFile.cpp
27
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL,
getContext
());
28
const MCExpr *Four = MCConstantExpr::create(4,
getContext
());
29
return MCBinaryExpr::createAdd(Res, Four,
getContext
());
50
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL,
getContext
());
51
const MCExpr *Off = MCConstantExpr::create(FinalOff,
getContext
());
52
return MCBinaryExpr::createAdd(Res, Off,
getContext
());
57
return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF,
getContext
());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.cpp
43
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT,
getContext
());
44
MCSymbol *PCSym =
getContext
().createTempSymbol();
46
const MCExpr *PC = MCSymbolRefExpr::create(PCSym,
getContext
());
47
return MCBinaryExpr::createSub(Res, PC,
getContext
());
68
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT,
getContext
());
69
MCSymbol *PCSym =
getContext
().createTempSymbol();
71
const MCExpr *PC = MCSymbolRefExpr::create(PCSym,
getContext
());
72
return MCBinaryExpr::createSub(Res, PC,
getContext
());
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp
54
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPREL,
getContext
());
56
MCConstantExpr::create(0x8000,
getContext
()),
57
getContext
());
PPCMachineFunctionInfo.cpp
28
return MF.
getContext
().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
35
return MF.
getContext
().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
42
return MF.
getContext
().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
49
return MF.
getContext
().getOrCreateSymbol(Twine(DL.getPrivateGlobalPrefix()) +
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kTargetObjectFile.cpp
43
SmallDataSection =
getContext
().getELFSection(
46
SmallBSSSection =
getContext
().getELFSection(".sbss", ELF::SHT_NOBITS,
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmParserExtension.cpp
52
MCSymbol *FromSym =
getContext
().getOrCreateSymbol(From);
53
MCSymbol *ToSym =
getContext
().getOrCreateSymbol(To);
56
MCSymbolRefExpr::create(FromSym, MCSymbolRefExpr::VK_None,
getContext
(),
58
MCSymbolRefExpr::create(ToSym, MCSymbolRefExpr::VK_None,
getContext
(),
MCTargetAsmParser.cpp
22
MCSubtargetInfo &STICopy =
getContext
().getSubtargetCopy(getSTI());
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFStreamer.cpp
75
const SourceMgr *SourceManager =
getContext
().getSourceManager();
149
getContext
().getOrCreateSymbol(SymExpr->getSymbol().getName());
150
const MCExpr *LabelExpr = MCSymbolRefExpr::create(LabelSym,
getContext
());
151
const MCExpr *Eight = MCConstantExpr::create(8,
getContext
());
154
MCBinaryExpr::createSub(LabelExpr, Eight,
getContext
());
155
MCSymbol *CurrentLocation =
getContext
().createTempSymbol();
157
MCSymbolRefExpr::create(CurrentLocation,
getContext
());
160
MCBinaryExpr::createSub(CurrentLocationExpr, SubExpr,
getContext
());
184
getContext
().getOrCreateSymbol(SymExpr->getSymbol().getName());
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp
73
SwitchSection(
getContext
().getObjectFileInfo()->getTextSection());
76
SwitchSection(
getContext
().getObjectFileInfo()->getDataSection());
79
SwitchSection(
getContext
().getObjectFileInfo()->getBSSSection());
82
SwitchSection(
getContext
().getObjectFileInfo()->getTextSection());
184
if (
getContext
().getTargetTriple().getArch() != Triple::x86)
191
MCSection *SXData =
getContext
().getObjectFileInfo()->getSXDataSection();
221
const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol,
getContext
());
232
const MCExpr *MCE = MCSymbolRefExpr::create(Symbol,
getContext
());
236
MCE, MCConstantExpr::create(Offset,
getContext
()),
getContext
());
[
all
...]
MCStreamer.cpp
60
Section->PrintSwitchToSection(*Streamer.
getContext
().getAsmInfo(),
61
Streamer.
getContext
().getTargetTriple(), OS,
73
Value->print(OS, Streamer.
getContext
().getAsmInfo());
78
const MCAsmInfo *MAI = Streamer.
getContext
().getAsmInfo();
185
emitValueImpl(MCSymbolRefExpr::create(Sym,
getContext
()), Size);
217
emitFill(*MCConstantExpr::create(NumBytes,
getContext
()), FillValue);
232
return
getContext
().getDwarfFile(Directory, Filename, FileNo, Checksum,
241
getContext
().setMCLineTableRootFile(CUID, Directory, Filename, Checksum,
256
getContext
().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa,
261
MCDwarfLineTable &Table =
getContext
().getMCDwarfLineTable(CUID)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SanitizerStats.cpp
25
StatTy = ArrayType::get(Type::getInt8PtrTy(M->
getContext
()), 2);
37
return StructType::get(M->
getContext
(), {Type::getInt8PtrTy(M->
getContext
()),
38
Type::getInt32Ty(M->
getContext
()),
77
PointerType *Int8PtrTy = Type::getInt8PtrTy(M->
getContext
());
78
IntegerType *Int32Ty = Type::getInt32Ty(M->
getContext
());
79
Type *VoidTy = Type::getVoidTy(M->
getContext
());
96
auto BB = BasicBlock::Create(M->
getContext
(), "", F);
UnifyFunctionExitNodes.cpp
59
BasicBlock::Create(F.
getContext
(), "UnifiedUnreachableBlock", &F);
60
new UnreachableInst(F.
getContext
(), UnreachableBlock);
83
BasicBlock *NewRetBlock = BasicBlock::Create(F.
getContext
(),
88
ReturnInst::Create(F.
getContext
(), nullptr, NewRetBlock);
94
ReturnInst::Create(F.
getContext
(), PN, NewRetBlock);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMachineModuleInfo.cpp
21
LLVMContext &CTX = MMI.getModule()->
getContext
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
OptimizationRemarkEmitter.cpp
28
if (!F->
getContext
().getDiagnosticsHotnessRequested())
84
F->
getContext
().getDiagnosticsHotnessThreshold()) {
88
F->
getContext
().diagnose(OptDiag);
100
auto &Context = Fn.
getContext
();
130
auto &Context = F.
getContext
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOptimizationRemarkEmitter.h
76
LLVMContext &Ctx = Fn.
getContext
();
102
LLVMContext &Ctx = Fn.
getContext
();
128
LLVMContext &Ctx = Fn.
getContext
();
162
MF.getFunction().
getContext
().getLLVMRemarkStreamer() ||
163
MF.getFunction().
getContext
().getDiagHandlerPtr()->isAnyRemarkEnabled(
175
if (MF.getFunction().
getContext
().getLLVMRemarkStreamer() ||
177
.
getContext
()
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp
102
Asm.
getContext
().reportError(Fixup.getLoc(),
182
Asm.
getContext
().reportError(Fixup.getLoc(),
193
Asm.
getContext
().reportError(Fixup.getLoc(),
200
Asm.
getContext
().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!");
212
Asm.
getContext
().reportError(Fixup.getLoc(),
244
Asm.
getContext
().reportError(Fixup.getLoc(),
251
Asm.
getContext
().reportError(Fixup.getLoc(),
264
Asm.
getContext
().reportError(
271
Asm.
getContext
().reportError(
279
Asm.
getContext
().reportError
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainFDriver.cpp
76
Type::getInt32Ty(mod->
getContext
()),
77
{Type::getInt32Ty(mod->
getContext
()),
78
Type::getInt8Ty(mod->
getContext
())->getPointerTo()->getPointerTo()},
92
BasicBlock *bb = BasicBlock::Create(mod->
getContext
(), "main.0", main_func);
102
ReturnInst::Create(mod->
getContext
(),
103
ConstantInt::get(mod->
getContext
(), APInt(32, 0)), bb);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
48
SmallDataSection =
getContext
().getELFSection(
52
SmallBSSSection =
getContext
().getELFSection(".sbss", ELF::SHT_NOBITS,
191
MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_None,
getContext
());
193
Expr, MCConstantExpr::create(0x8000,
getContext
()),
getContext
());
194
return MipsMCExpr::create(MipsMCExpr::MEK_DTPREL, Expr,
getContext
());
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXImageOptimizer.cpp
97
replaceWith(&I, ConstantInt::getTrue(I.
getContext
()));
101
replaceWith(&I, ConstantInt::getFalse(I.
getContext
()));
114
replaceWith(&I, ConstantInt::getTrue(I.
getContext
()));
120
replaceWith(&I, ConstantInt::getFalse(I.
getContext
()));
132
replaceWith(&I, ConstantInt::getTrue(I.
getContext
()));
139
replaceWith(&I, ConstantInt::getFalse(I.
getContext
()));
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h
109
return AnaCtxMgr.
getContext
(D)->getCFG();
114
return AnaCtxMgr.
getContext
(D)->getAnalysis<T>();
118
return AnaCtxMgr.
getContext
(D)->getParentMap();
122
return AnaCtxMgr.
getContext
(D);
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
EscapeEnumerator.h
44
Builder(F.
getContext
()), Done(false),
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRTargetStreamer.cpp
26
MCContext &Context = OS.
getContext
();
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp
40
MCContext &Context =
getContext
();
57
Frame.Begin =
getContext
().createTempSymbol();
62
MCSymbol *Label =
getContext
().createTempSymbol("cfi", true);
68
Frame.End =
getContext
().createTempSymbol();
/src/external/apache2/llvm/dist/llvm/tools/vfabi-demangle-fuzzer/
vfabi-demangler-fuzzer.cpp
33
FunctionType::get(Type::getVoidTy(M->
getContext
()), false));
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenCLRuntime.cpp
38
uint32_t AddrSpc = CGM.
getContext
().getTargetAddressSpace(
39
CGM.
getContext
().getOpenCLTypeAddrSpace(T));
84
CGM.
getContext
().getTargetAddressSpace(
85
CGM.
getContext
().getOpenCLTypeAddrSpace(T)));
93
CGM.
getContext
().getTargetAddressSpace(
94
CGM.
getContext
().getOpenCLTypeAddrSpace(T)));
102
unsigned TypeSize = CGM.
getContext
()
112
unsigned TypeSize = CGM.
getContext
()
122
CGM.
getContext
().getTargetAddressSpace(LangAS::opencl_generic));
Completed in 32 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Aug 04 00:24:20 UTC 2026