OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COFFAsmParser
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
1
//===-
COFFAsmParser
.cpp - COFF Assembly Parser ---------------------------===//
26
class
COFFAsmParser
: public MCAsmParserExtension {
27
template<bool (
COFFAsmParser
::*HandlerMethod)(StringRef, SMLoc)>
30
this, HandleDirective<
COFFAsmParser
, HandlerMethod>);
45
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveText>(".text");
46
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveData>(".data");
47
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveBSS>(".bss");
48
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveSection>(".section");
49
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveDef>(".def");
50
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveScl>(".scl")
[
all
...]
Android.mk
6
COFFAsmParser
.cpp \
Completed in 39 milliseconds