HomeSort by: relevance | last modified time | path
    Searched refs:ProfileInstrKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
ProfileList.h 47 CodeGenOptions::ProfileInstrKind Kind) const;
50 CodeGenOptions::ProfileInstrKind Kind) const;
53 CodeGenOptions::ProfileInstrKind Kind) const;
CodeGenOptions.h 85 enum ProfileInstrKind {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp 74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) {
85 llvm_unreachable("Unhandled CodeGenOptions::ProfileInstrKind enum");
90 CodeGenOptions::ProfileInstrKind Kind) const {
101 CodeGenOptions::ProfileInstrKind Kind) const {
107 CodeGenOptions::ProfileInstrKind Kind) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 2651 CodeGenOptions::ProfileInstrKind Kind = getCodeGenOpts().getProfileInstr();

Completed in 33 milliseconds