OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFuncName
(Results
1 - 6
of
6
) sorted by null
/external/llvm/unittests/ProfileData/
InstrProfTest.cpp
537
StringRef R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("func1"));
539
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("func2"));
541
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("func3"));
543
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("bar1"));
545
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("bar2"));
547
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("bar3"));
558
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("blah_1"));
560
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("blah_2"));
562
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("blah_3"));
564
R = Symtab.
getFuncName
(IndexedInstrProf::ComputeHash("func1"))
[
all
...]
/external/llvm/include/llvm/ProfileData/
InstrProf.h
261
StringRef
getFuncName
(uint64_t FuncNameAddress, size_t NameSize);
264
inline StringRef
getFuncName
(uint64_t FuncMD5Hash);
290
StringRef InstrProfSymtab::
getFuncName
(uint64_t FuncMD5Hash) {
/external/llvm/lib/ProfileData/
InstrProfWriter.cpp
216
OS << Symtab.
getFuncName
(VD[I].Value) << ":" << VD[I].Count << "\n";
CoverageMappingReader.cpp
300
StringRef InstrProfSymtab::
getFuncName
(uint64_t Pointer, size_t Size) {
381
StringRef FuncName = ProfileNames.
getFuncName
(NamePtr, NameSize);
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
425
const std::string
getFuncName
() const { return FuncInfo.FuncName; }
/external/llvm/tools/llvm-profdata/
llvm-profdata.cpp
319
OS << Symtab.
getFuncName
(VD[V].Value) << ", " << VD[V].Count
Completed in 579 milliseconds