OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagnosticInfoPGOProfile
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
DiagnosticInfo.h
254
class
DiagnosticInfoPGOProfile
: public DiagnosticInfo {
256
DiagnosticInfoPGOProfile
(const char *FileName, const Twine &Msg,
/external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
525
DiagnosticInfoPGOProfile
(M->getName().data(), Msg, DS_Warning));
696
DiagnosticInfoPGOProfile
(ProfileFileName.data(), EC.message()));
702
Ctx.diagnose(
DiagnosticInfoPGOProfile
(ProfileFileName.data(),
/external/llvm/lib/IR/
DiagnosticInfo.cpp
135
void
DiagnosticInfoPGOProfile
::print(DiagnosticPrinter &DP) const {
Completed in 222 milliseconds