OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSL
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/vax/include/
pcb.h
47
long
PSL
; /* Program Status Longword */
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CommandLineSourceLoc.h
33
ParsedSourceLocation
PSL
;
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
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp
432
std::unique_ptr<ProfileSymbolList>
PSL
;
1778
PSL
= Reader->getProfileSymbolList();
1782
ProfileAccurateForSymsInList &&
PSL
&& !ProfileSampleAccurate;
1914
ProfAccForSymsInList = ProfileAccurateForSymsInList &&
PSL
;
1925
//
PSL
-- profile symbol list include all the symbols in sampled binary.
1926
// If ProfileAccurateForSymsInList is enabled,
PSL
is used to treat
1931
if (
PSL
->contains(F.getName()))
Completed in 22 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026