OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasGC
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
GCMetadata.cpp
69
assert(F.
hasGC
());
107
if (F.
hasGC
())
GCRootLowering.cpp
108
if (!F.isDeclaration() && F.
hasGC
())
174
if (!F.
hasGC
())
309
if (!MF.getFunction().
hasGC
())
ShadowStackGCLowering.cpp
175
if (F.
hasGC
() && F.getGC() == std::string("shadow-stack")) {
294
if (!F.
hasGC
() ||
FixupStatepointCallerSaved.cpp
603
if (!F.
hasGC
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FunctionComparator.cpp
829
if (int Res = cmpNumbers(FnL->
hasGC
(), FnR->
hasGC
()))
832
if (FnL->
hasGC
()) {
InlineFunction.cpp
1802
if (CalledFunc->
hasGC
()) {
1803
if (!Caller->
hasGC
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp
449
if (F.
hasGC
()) {
RewriteStatepointsForGC.cpp
2722
if (F.
hasGC
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h
89
* bits 14 :
HasGC
391
///
hasGC
/getGC/setGC/clearGC - The name of the garbage collection algorithm
393
bool
hasGC
() const {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp
652
assert(
hasGC
() && "Function has no collector");
662
if (!
hasGC
())
680
if (Src->
hasGC
())
Value.cpp
780
if (!F->
hasGC
())
Verifier.cpp
4844
Assert(Call.getParent()->getParent()->
hasGC
(),
4896
Assert(Call.getParent()->getParent()->
hasGC
(),
4902
Assert(Call.getParent()->getParent()->
hasGC
(),
AsmWriter.cpp
3800
if (F->
hasGC
())
Core.cpp
2439
return F->
hasGC
()? F->getGC().c_str() : nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1258
if (F.
hasGC
()) {
1390
Vals.push_back(F.
hasGC
() ? GCMap[F.getGC()] : 0);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
443
GFI = Fn.
hasGC
() ? &getAnalysis<GCModuleInfo>().getFunctionInfo(Fn) : nullptr;
SelectionDAGBuilder.cpp
6636
assert(DAG.getMachineFunction().getFunction().
hasGC
() &&
Completed in 59 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026