OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurFn
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp
169
uint64_t
CurFn
= 0;
207
if (
CurFn
== 0) {
208
CurFn
= Entry.Function;
212
if (Entry.Function !=
CurFn
) {
214
CurFn
= Entry.Function;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h
187
FunctionInfo *
CurFn
= nullptr;
DwarfDebug.h
325
const MachineFunction *
CurFn
= nullptr;
812
const MachineFunction *getCurrentFunction() const { return
CurFn
; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
778
if (!
CurFn
->hasPersonalityFn())
779
CurFn
->setPersonalityFn(getOpaquePersonalityFn(CGM, Personality));
1517
if (!
CurFn
->hasPersonalityFn())
1518
CurFn
->setPersonalityFn(getOpaquePersonalityFn(CGM, Personality));
1713
FP = &CGF.
CurFn
->arg_begin()[1];
1820
llvm::ConstantExpr::getBitCast(ParentCGF.
CurFn
, Int8PtrTy);
1873
auto AI =
CurFn
->arg_begin();
1886
llvm::ConstantExpr::getBitCast(ParentCGF.
CurFn
, Int8PtrTy);
1923
llvm::ConstantExpr::getBitCast(ParentCGF.
CurFn
, Int8PtrTy);
2046
CGM.SetInternalFunctionAttributes(GlobalDecl(),
CurFn
, FnInfo)
[
all
...]
CGObjC.cpp
806
PGO.assignRegionCounters(GlobalDecl(OMD),
CurFn
);
CodeGenFunction.h
326
llvm::Function *
CurFn
= nullptr;
1488
!
CurFn
->hasFnAttribute(llvm::Attribute::NoProfile))
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
926
auto *
CurFn
= CodeGenIP.getBlock()->getParent();
937
"omp_section_loop.body.case",
CurFn
);
2034
Function *
CurFn
= EntryBB->getParent();
2035
CurFn
->getBasicBlockList().insertAfter(EntryBB->getIterator(), ThenBB);
2106
Function *
CurFn
= OMP_Entry->getParent();
2108
BasicBlock::Create(M.getContext(), "copyin.not.master",
CurFn
);
2119
BasicBlock::Create(M.getContext(), "copyin.not.master.end",
CurFn
);
Completed in 88 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026