OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasProfileCSIRUse
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h
444
bool
hasProfileCSIRUse
() const { return getProfileUse() == ProfileCSIRInstr; }
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp
834
assert(!CodeGenOpts.
hasProfileCSIRUse
() &&
851
PMBuilder.EnablePGOCSInstrUse = CodeGenOpts.
hasProfileCSIRUse
();
1212
auto CSAction = CodeGenOpts.
hasProfileCSIRUse
() ? PGOOptions::CSIRUse
1235
assert(!CodeGenOpts.
hasProfileCSIRUse
() &&
1556
} else if (CGOpts.
hasProfileCSIRUse
()) {
Completed in 24 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026