OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFuncName
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleContextTracker.cpp
68
uint32_t Hash = nodeHash(NodeToMove.
getFuncName
(), CallSite);
104
OldParentContext.removeChildContext(OldCallSite, NewNode.
getFuncName
());
120
StringRef ContextTrieNode::
getFuncName
() const { return FuncName; }
146
dbgs() << " Node: " << It.second.
getFuncName
() << "\n";
166
assert(It->second.
getFuncName
() == CalleeName &&
539
ToNode = ToNodeParent.getChildContext(NewCallSiteLoc, FromNode.
getFuncName
());
567
FromNodeParent.removeChildContext(OldCallSiteLoc, ToNode->
getFuncName
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp
179
StringRef
getFuncName
() {
240
LLVM_DEBUG(dbgs() << "MemOP call: " << MO.
getFuncName
()
PGOInstrumentation.cpp
1152
std::string
getFuncName
() const { return FuncInfo.FuncName; }
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
463
StringRef InstrProfSymtab::
getFuncName
(uint64_t Pointer, size_t Size) {
567
if (Error Err = CFR->template
getFuncName
<Endian>(ProfileNames, FuncName))
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h
796
FuncName = ProfileNames.
getFuncName
(NameRef);
845
Error
getFuncName
(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
848
FuncName = ProfileNames.
getFuncName
(NameRef, NameS);
893
Error
getFuncName
(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
937
Error
getFuncName
(InstrProfSymtab &ProfileNames, StringRef &FuncName) const {
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h
499
StringRef
getFuncName
(uint64_t FuncNameAddress, size_t NameSize);
503
inline StringRef
getFuncName
(uint64_t FuncMD5Hash);
505
/// Just like
getFuncName
, except that it will return a non-empty StringRef
520
/// global functions, it returns the same string as
getFuncName
.
559
StringRef ret =
getFuncName
(FuncMD5Hash);
565
StringRef InstrProfSymtab::
getFuncName
(uint64_t FuncMD5Hash) {
588
StringRef PGOName =
getFuncName
(FuncMD5Hash);
SampleProf.h
752
if (isDeclaration(SymbolMap.lookup(
getFuncName
()))) {
761
const Function *Callee = SymbolMap.lookup(
getFuncName
(TS.getKey()));
782
StringRef
getFuncName
() const { return
getFuncName
(Name); }
837
/// is actually GUID of the original function name.
getFuncName
will
841
StringRef
getFuncName
(StringRef Name) const {
Completed in 85 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026