OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 10 00:26:05 UTC 2026