Searched refs:PSL (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 ParsedSourceLocation PSL; local
39 if (!ColSplit.second.getAsInteger(10, PSL.Column) &&
40 !LineSplit.second.getAsInteger(10, PSL.Line)) {
41 PSL.FileName = std::string(LineSplit.first);
45 if (PSL.FileName == "-")
46 PSL.FileName = "<stdin>";
49 return PSL;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h59 virtual void setProfileSymbolList(ProfileSymbolList *PSL) {} argument
211 virtual void setProfileSymbolList(ProfileSymbolList *PSL) override {
212 ProfSymList = PSL;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>())
141 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp443 std::unique_ptr<ProfileSymbolList> PSL; member in class:__anon4552::SampleProfileLoader
1835 PSL = Reader->getProfileSymbolList();
1839 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate;
1926 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL;
1936 // PSL -- profile symbol list include all the symbols in sampled binary.
1937 // If ProfileAccurateForSymsInList is enabled, PSL is used to treat
1942 if (PSL->contains(F.getName()))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp441 sampleprof::ProfileSymbolList &PSL) {
450 PSL.add(symbol);
440 populateProfileSymbolList(MemoryBuffer *Buffer, sampleprof::ProfileSymbolList &PSL) argument

Completed in 100 milliseconds