OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndirectCall
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PseudoProbe.h
28
enum class PseudoProbeType { Block = 0,
IndirectCall
, DirectCall };
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp
255
MachineInstr &
IndirectCall
= *MBBI;
256
assert(isIndirectCall(
IndirectCall
) && !
IndirectCall
.isReturn());
259
switch (
IndirectCall
.getOpcode()) {
274
Register Reg =
IndirectCall
.getOperand(RegOpIdxOnIndirectCall).getReg();
282
bool RegIsKilled =
IndirectCall
.getOperand(RegOpIdxOnIndirectCall).isKill();
284
DebugLoc DL =
IndirectCall
.getDebugLoc();
296
.addImm(
IndirectCall
.getOperand(0).getImm())
297
.addReg(
IndirectCall
.getOperand(1).getReg())
301
// Now copy the implicit operands from
IndirectCall
to BL and copy othe
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp
1895
auto *
IndirectCall
= CallInst::Create(FnTy, DevirtFnAddr, Null, "", InsertPt);
1898
CG[&F]->addCalledFunction(
IndirectCall
, CG.getCallsExternalNode());
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026