Home
last modified time | relevance | path

Searched refs:getFuncName (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp837 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P()
839 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P()
841 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P()
843 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P()
845 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P()
847 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P()
851 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P()
853 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P()
862 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P()
864 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P()
[all …]
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp840 StringRef R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func1")); in TEST_P()
842 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func2")); in TEST_P()
844 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("func3")); in TEST_P()
846 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar1")); in TEST_P()
848 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar2")); in TEST_P()
850 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar3")); in TEST_P()
854 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("bar4")); in TEST_P()
856 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("foo4")); in TEST_P()
867 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_1")); in TEST_P()
869 R = Symtab.getFuncName(IndexedInstrProf::ComputeHash("blah_2")); in TEST_P()
[all …]
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Doptions.go136 fn := getFuncName(reflect.ValueOf(f.fnc).Pointer())
186 fn := getFuncName(f.fnc.Pointer())
271 return fmt.Sprintf("Transformer(%s, %s)", tr.name, getFuncName(tr.fnc.Pointer()))
320 return fmt.Sprintf("Comparer(%s)", getFuncName(cm.fnc.Pointer()))
423 func getFuncName(p uintptr) string { func
Dcompare.go341 fn := getFuncName(f.Pointer())
360 fn := getFuncName(f.Pointer())
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h496 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
500 inline StringRef getFuncName(uint64_t FuncMD5Hash);
556 StringRef ret = getFuncName(FuncMD5Hash); in getFuncNameOrExternalSymbol()
562 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function
587 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
DInstrProfReader.h266 return Symtab->getFuncName(swap(NameRef)); in getName()
/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h521 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
524 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()
549 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
551 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h474 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
477 inline StringRef getFuncName(uint64_t FuncMD5Hash);
514 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { in getFuncName() function
537 StringRef PGOName = getFuncName(FuncMD5Hash); in getOrigFuncName()
DInstrProfReader.h244 return Symtab->getFuncName(swap(NameRef)); in getName()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h711 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
714 FuncName = ProfileNames.getFuncName(NameRef, NameS); in getFuncName()
742 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { in getFuncName() function
744 FuncName = ProfileNames.getFuncName(NameRef); in getFuncName()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp249 << Symtab->getFuncName(Target) << "\n"); in isPromotionLegal()
293 StringRef TargetFuncName = Symtab->getFuncName(Target); in getPromotionCandidatesForCallSite()
DPGOInstrumentation.cpp514 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon870b0e360211::PGOUseFunc
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp334 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab
400 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp357 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { in getFuncName() function in InstrProfSymtab
424 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName)) in insertFunctionRecordIfNeeded()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp326 OS << Symtab.getFuncName(VD[I].Value) << ":" << VD[I].Count << "\n"; in writeRecordInText()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp402 OS << Symtab.getFuncName(VD[V].Value) << ", " << VD[V].Count in showInstrProfile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp551 OS << Symtab->getFuncName(VD[V].Value); in traverseAllValueSites()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp934 const std::string getFuncName() const { return FuncInfo.FuncName; } in getFuncName() function in __anon3417d88e0411::PGOUseFunc