OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFunction
(Results
151 - 175
of
340
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/Analysis/
CallGraph.h
190
Function *
getFunction
() const { return F; }
/external/llvm/include/llvm/IR/
Module.h
330
Function *
getFunction
(StringRef Name) const;
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
160
assert(cast<DISubprogram>(Scope)->describes(MF->
getFunction
()));
MachineBlockPlacement.cpp
[
all
...]
MachineCopyPropagation.cpp
333
if (skipOptnoneFunction(*MF.
getFunction
()))
MachineInstrBundle.cpp
44
if (PredicateFtor && !PredicateFtor(*MF.
getFunction
()))
MIRPrinter.cpp
174
ModuleSlotTracker MST(MF.
getFunction
()->getParent());
175
MST.incorporateFunction(*MF.
getFunction
());
802
Op.getBlockAddress()->
getFunction
()->printAsOperand(OS, /*PrintType=*/false,
MachineCombiner.cpp
453
OptSize = MF.
getFunction
()->optForSize();
MachineRegisterInfo.cpp
467
if (MF.
getFunction
()->hasFnAttribute(Attribute::UWTable))
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
176
MF.
getFunction
()->needsUnwindTableEntry();
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp
419
if (MF.
getFunction
()->hasFnAttribute("interrupt"))
568
MF.
getFunction
()->getFnAttribute("interrupt").getValueAsString();
712
if (MF.
getFunction
()->hasFnAttribute("interrupt"))
796
const Function *Func = MBB.getParent()->
getFunction
();
[
all
...]
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
246
Function *Declare = M.
getFunction
("llvm.dbg.declare");
/external/llvm/tools/llvm-link/
llvm-link.cpp
181
Function *F = M->
getFunction
(FunctionName);
/external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
263
else if (!M.
getFunction
(FunctionName))
420
const Function &F = *MF.
getFunction
();
590
const auto &M = *MF.
getFunction
()->getParent();
/external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp
[
all
...]
ARMFrameLowering.cpp
176
const Function *F = MF.
getFunction
();
323
if (MF.
getFunction
()->getCallingConv() == CallingConv::GHC)
714
if (MF.
getFunction
()->getCallingConv() == CallingConv::GHC)
[
all
...]