Home
last modified time | relevance | path

Searched refs:collectPGOFuncNameStrings (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/ProfileData/
DInstrProf.cpp238 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/
DInstrProf.cpp378 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/
DInstrProf.h226 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/
DInstrProf.h215 Error collectPGOFuncNameStrings(ArrayRef<std::string> NameStrs,
220 Error collectPGOFuncNameStrings(ArrayRef<GlobalVariable *> NameVars,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DInstrProfTest.cpp948 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P()
955 EXPECT_THAT_ERROR(collectPGOFuncNameStrings( in TEST_P()
/external/llvm/unittests/ProfileData/
DInstrProfTest.cpp947 NoError(collectPGOFuncNameStrings( in TEST_P()
952 NoError(collectPGOFuncNameStrings( in TEST_P()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp483 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp859 if (Error E = collectPGOFuncNameStrings(ReferencedNames, CompressedNameStr, in emitNameData()