Searched refs:collectPGOFuncNameStrings (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 238 Error collectPGOFuncNameStrings(const std::vector<std::string> &NameStrs, in collectPGOFuncNameStrings() function 286 Error collectPGOFuncNameStrings(const std::vector<GlobalVariable *> &NameVars, in collectPGOFuncNameStrings() function 292 return collectPGOFuncNameStrings( in collectPGOFuncNameStrings()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 378 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, in collectPGOFuncNameStrings() function 426 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars, in collectPGOFuncNameStrings() function 432 return collectPGOFuncNameStrings( in collectPGOFuncNameStrings()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 226 Error collectPGOFuncNameStrings(const std::vector<std::string> &NameStrs, 230 Error collectPGOFuncNameStrings(const std::vector<GlobalVariable *> &NameVars,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 215 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs, 220 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 948 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P() 955 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P()
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 947 NoError(collectPGOFuncNameStrings( in TEST_P() 952 NoError(collectPGOFuncNameStrings( in TEST_P()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 483 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 859 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
|