OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FunctionName
(Results
1 - 24
of
24
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
PtrTypesSemantics.cpp
100
const auto &
FunctionName
= safeGetName(F);
102
return
FunctionName
== "Ref" ||
FunctionName
== "makeRef"
104
||
FunctionName
== "RefPtr" ||
FunctionName
== "makeRefPtr"
106
||
FunctionName
== "UniqueRef" ||
FunctionName
== "makeUniqueRef" ||
107
FunctionName
== "makeUniqueRefWithoutFastMallocCheck"
109
||
FunctionName
== "String" ||
FunctionName
== "AtomString" |
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
DIContext.h
37
std::string
FunctionName
;
49
: FileName(BadString),
FunctionName
(BadString), StartFileName(BadString) {
54
FileName == RHS.FileName &&
FunctionName
== RHS.
FunctionName
&&
64
return std::tie(FileName,
FunctionName
, StartFileName, Line, Column,
66
std::tie(RHS.FileName, RHS.
FunctionName
, RHS.StartFileName, RHS.Line,
76
if (
FunctionName
!= BadString)
77
OS << "function '" <<
FunctionName
<< "', ";
128
std::string
FunctionName
;
/src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
Remark.h
80
StringRef
FunctionName
;
159
LHS.
FunctionName
== RHS.
FunctionName
&& LHS.Loc == RHS.Loc &&
169
LHS.
FunctionName
, LHS.Loc, LHS.Hotness, LHS.Args) <
171
RHS.
FunctionName
, RHS.Loc, RHS.Hotness, RHS.Args);
/src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
InstrumentationMap.h
63
std::string
FunctionName
;
125
IO.mapOptional("function-name", Entry.
FunctionName
);
/src/external/apache2/llvm/dist/llvm/lib/Support/
Signals.cpp
209
StringRef
FunctionName
= *CurLine++;
210
if (
FunctionName
.empty())
213
if (!
FunctionName
.startswith("??"))
214
OS <<
FunctionName
<< ' ';
/src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
SourceCoverageView.h
56
StringRef
FunctionName
;
60
InstantiationView(StringRef
FunctionName
, unsigned Line,
62
:
FunctionName
(
FunctionName
), Line(Line), View(std::move(View)) {}
279
void addInstantiation(StringRef
FunctionName
, unsigned Line,
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp
62
llvm::StringLiteral
FunctionName
;
1197
return Reference.
FunctionName
==
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMappingReader.h
36
StringRef
FunctionName
;
168
StringRef
FunctionName
;
174
ProfileMappingRecord(CovMapVersion Version, StringRef
FunctionName
,
177
: Version(Version),
FunctionName
(
FunctionName
),
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp
280
std::string
FunctionName
, FileName;
282
if (getNameFromSymbolTable(ModuleOffset.Address,
FunctionName
, Start, Size,
284
LineInfo.
FunctionName
=
FunctionName
;
308
std::string
FunctionName
, FileName;
310
if (getNameFromSymbolTable(ModuleOffset.Address,
FunctionName
, Start, Size,
314
LI->
FunctionName
=
FunctionName
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-link/
llvm-link.cpp
308
std::string
FunctionName
= Import.substr(0, Idx);
320
Function *F = SrcModule.getFunction(
FunctionName
);
323
<<
FunctionName
<< " from " << FileName << "\n";
330
errs() << "Ignoring import request for weak-any function " <<
FunctionName
336
errs() << "Importing " <<
FunctionName
<< " from " << FileName << "\n";
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
PredicateExpander.cpp
390
return expandTIIFunctionCall(OS, Rec->getValueAsString("
FunctionName
"));
398
StringRef
FunctionName
= Rec->getValueAsString("Name");
404
OS <<
FunctionName
<< "(";
531
StringRef
FunctionName
= Fn.getDeclaration()->getValueAsString("Name");
532
OS << "} // " << ClassPrefix << "::" <<
FunctionName
<< "\n\n";
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp
600
std::string
FunctionName
= "OUTLINED_FUNCTION_";
602
FunctionName
+= std::to_string(OutlineRepeatedNum + 1) + "_";
603
FunctionName
+= std::to_string(Name);
608
Function::ExternalLinkage,
FunctionName
, M);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h
426
Optional<StringRef>
FunctionName
;
489
const Optional<StringRef> &getFunctionName() const { return
FunctionName
; }
/src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp
1822
std::string
FunctionName
=
1825
FunctionName
= "__arm_" +
FunctionName
;
1891
<< RetTypeName <<
FunctionName
<< "(" << ArgTypesString << ");\n";
2070
std::string
FunctionName
=
2091
<< RetTypeName <<
FunctionName
<< "(" << ArgTypesString << ");\n";
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp
1036
StringRef
FunctionName
;
1046
FunctionName
= *FunctionNameOrErr;
1050
formatSymbol(
FunctionName
, FunctionAddress, FunctionOffset));
1097
StringRef
FunctionName
;
1107
FunctionName
= *FunctionNameOrErr;
1111
formatSymbol(
FunctionName
, FunctionAddress, FunctionOffset));
1139
StringRef
FunctionName
;
1149
FunctionName
= *FunctionNameOrErr;
1153
formatSymbol(
FunctionName
, FunctionAddress, FunctionOffset));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
1909
StringRef
FunctionName
=
1917
GlobalValue::dropLLVMManglingEscape(
FunctionName
));
1935
auto P = ExportedFunctions.insert({
FunctionName
, {Linkage, FuncMD}});
1941
StringRef
FunctionName
= P.first;
1944
Function *F = M.getFunction(
FunctionName
);
1960
M.getDataLayout().getProgramAddressSpace(),
FunctionName
, &M);
/src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp
313
PointsByFn[Loc.
FunctionName
].push_back(PointPtr);
320
std::string
FunctionName
= P.first;
323
W.attributeObject(
FunctionName
, [&] {
326
if (Loc.FileName != FileName || Loc.
FunctionName
!=
FunctionName
)
407
auto
FunctionName
= parseScalarString(FunctionKVNode.getKey());
428
LineInfo.
FunctionName
=
FunctionName
;
483
DefaultBlacklist->inSection("sancov", "fun", I.
FunctionName
))
489
UserBlacklist->inSection("sancov", "fun", I.
FunctionName
))
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
1100
auto
FunctionName
= [&](const DeclContext *DC) -> std::string {
1131
Name = ("__const." +
FunctionName
(DC) + "." + D.getName()).str();
CGObjCGNU.cpp
51
const char *
FunctionName
;
59
: CGM(nullptr),
FunctionName
(nullptr), Function(nullptr) {}
67
FunctionName
= name;
84
if (!
FunctionName
)
86
Function = CGM->CreateRuntimeFunction(FTy,
FunctionName
);
960
void CallRuntimeFunction(CGBuilderTy &B, StringRef
FunctionName
,
967
llvm::FunctionCallee Fn = CGM.CreateRuntimeFunction(FT,
FunctionName
);
3874
std::string
FunctionName
= getSymbolNameForMethod(OMD);
3879
FunctionName
,
CGStmtOpenMP.cpp
409
const StringRef
FunctionName
;
413
bool RegisterCastedArgsOnly, StringRef
FunctionName
,
417
FunctionName
(
FunctionName
), Loc(Loc) {}
512
FO.
FunctionName
, &CGM.getModule());
CGOpenMPRuntime.cpp
1440
std::string
FunctionName
= "";
1442
FunctionName
= FD->getQualifiedNameAsString();
1447
SrcLocStr = OMPBuilder.getOrCreateSrcLocStr(
FunctionName
.c_str(), FileName,
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
4853
DeclarationNameInfo
FunctionName
= FD->getNameInfo();
4854
return cxloc::translateSourceRange(Ctx,
FunctionName
.getSourceRange());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
763
StringRef
FunctionName
= getASTContext().BuiltinInfo.getName(BuiltinID);
767
FunctionName
=
FunctionName
.drop_front(std::strlen("__builtin___"));
768
FunctionName
=
FunctionName
.drop_back(std::strlen("_chk"));
769
} else if (
FunctionName
.startswith("__builtin_")) {
770
FunctionName
=
FunctionName
.drop_front(std::strlen("__builtin_"));
775
<<
FunctionName
<< ObjectSize.toString(/*Radix=*/10)
9550
const char *
FunctionName
= nullptr
[
all
...]
SemaExpr.cpp
5714
FunctionName
(FuncName) {}
5718
candidate.getCorrectionAsIdentifierInfo() !=
FunctionName
) {
5730
const IdentifierInfo *const
FunctionName
;
Completed in 107 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026