OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COFFAsmParser
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
1
//===-
COFFAsmParser
.cpp - COFF Assembly Parser ---------------------------===//
34
class
COFFAsmParser
: public MCAsmParserExtension {
35
template<bool (
COFFAsmParser
::*HandlerMethod)(StringRef, SMLoc)>
38
this, HandleDirective<
COFFAsmParser
, HandlerMethod>);
58
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveText>(".text");
59
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveData>(".data");
60
addDirectiveHandler<&
COFFAsmParser
::ParseSectionDirectiveBSS>(".bss");
61
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveSection>(".section");
62
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveDef>(".def");
63
addDirectiveHandler<&
COFFAsmParser
::ParseDirectiveScl>(".scl")
[
all
...]
/src/external/apache2/llvm/lib/libLLVMMCParser/
Makefile
11
COFFAsmParser
.cpp \
Completed in 20 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026