Home
last modified time | relevance | path

Searched refs:PSL (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 ParsedSourceLocation PSL; in FromString() local
39 if (!ColSplit.second.getAsInteger(10, PSL.Column) && in FromString()
40 !LineSplit.second.getAsInteger(10, PSL.Line)) { in FromString()
41 PSL.FileName = std::string(LineSplit.first); in FromString()
45 if (PSL.FileName == "-") in FromString()
46 PSL.FileName = "<stdin>"; in FromString()
49 return PSL; in FromString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h70 virtual void setProfileSymbolList(ProfileSymbolList *PSL) {} in setProfileSymbolList() argument
216 virtual void setProfileSymbolList(ProfileSymbolList *PSL) override { in setProfileSymbolList() argument
217 ProfSymList = PSL; in setProfileSymbolList()
/netbsd-src/sys/arch/vax/include/
H A Dpcb.h47 long PSL; /* Program Status Longword */ member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 if (Optional<PostStore> PSL = L.getAs<PostStore>()) in getLocationRegionIfPostStore() local
141 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/netbsd-src/usr.bin/spell/spell/
H A Dspecial.math196 PSL
/netbsd-src/sys/arch/vax/vax/
H A Dvm_machdep.c140 pcb2->PSL = PSL_HIGHIPL; in cpu_lwp_fork()
H A Dgenassym.cf71 define PCB_PSL offsetof(struct pcb, PSL)
H A Ddb_machdep.c507 (*pr)(" PSL = 0x%x\n", (unsigned int)(pcb->PSL));
H A Dsubr.S104 pushl $0x1f0000 # Push a nice PSL
H A Dunimpl_emul.S420 # - set PSL flags
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp432 std::unique_ptr<ProfileSymbolList> PSL; member in __anon1e220fe30111::SampleProfileLoader
1778 PSL = Reader->getProfileSymbolList(); in doInitialization()
1782 ProfileAccurateForSymsInList && PSL && !ProfileSampleAccurate; in doInitialization()
1914 ProfAccForSymsInList = ProfileAccurateForSymsInList && PSL; in runOnFunction()
1931 if (PSL->contains(F.getName())) in runOnFunction()
/netbsd-src/sys/arch/mac68k/mac68k/
H A Dgenassym.cf101 #mE PSL values (should just include psl.h?)
/netbsd-src/sys/arch/amiga/amiga/
H A Dgenassym.cf115 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/virt68k/virt68k/
H A Dgenassym.cf104 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/cesfic/cesfic/
H A Dgenassym.cf116 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/luna68k/luna68k/
H A Dgenassym.cf134 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Dgenassym.cf137 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/x68k/x68k/
H A Dgenassym.cf135 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/atari/atari/
H A Dgenassym.cf116 # PSL values
/netbsd-src/sys/arch/next68k/next68k/
H A Dgenassym.cf132 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/news68k/news68k/
H A Dgenassym.cf122 # PSL values (should just include psl.h?)
/netbsd-src/sys/arch/hp300/hp300/
H A Dgenassym.cf166 # PSL values (should just include psl.h?)
/netbsd-src/share/man/tools/
H A Dsp.ignore977 PSL
H A Dnewsp.errs1262 PSL
1743 PSL
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp620 sampleprof::ProfileSymbolList &PSL) { in populateProfileSymbolList() argument
629 PSL.add(symbol); in populateProfileSymbolList()

12