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

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MCAsmParserExtension.cpp 23 /// ParseDirectiveCGProfile
25 bool MCAsmParserExtension::ParseDirectiveCGProfile(StringRef, SMLoc) {
COFFAsmParser.cpp 73 addDirectiveHandler<&COFFAsmParser::ParseDirectiveCGProfile>(".cg_profile");
131 bool ParseDirectiveCGProfile(StringRef, SMLoc);
306 bool COFFAsmParser::ParseDirectiveCGProfile(StringRef S, SMLoc Loc) {
307 return MCAsmParserExtension::ParseDirectiveCGProfile(S, Loc);
ELFAsmParser.cpp 87 addDirectiveHandler<&ELFAsmParser::ParseDirectiveCGProfile>(".cg_profile");
152 bool ParseDirectiveCGProfile(StringRef, SMLoc);
899 bool ELFAsmParser::ParseDirectiveCGProfile(StringRef S, SMLoc Loc) {
900 return MCAsmParserExtension::ParseDirectiveCGProfile(S, Loc);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 102 bool ParseDirectiveCGProfile(StringRef, SMLoc);

Completed in 61 milliseconds