Searched refs:PF_Text (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 37 enum ProfileFormat { PF_None = 0, PF_Text, PF_Binary, PF_GCC }; enumerator 126 if (OutputFormat != PF_Binary && OutputFormat != PF_Text) in mergeInstrProfile() 158 if (OutputFormat == PF_Text) in mergeInstrProfile() 285 clEnumValN(PF_Text, "text", "Text encoding"), in merge_main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 39 PF_Text, enumerator 246 OutputFormat != PF_Text) in mergeInstrProfile() 317 if (OutputFormat == PF_Text) { in mergeInstrProfile() 478 clEnumValN(PF_Text, "text", "Text encoding"), in merge_main()
|