Home
last modified time | relevance | path

Searched refs:ELFAsmParser (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp36 class ELFAsmParser : public MCAsmParserExtension { class
37 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
40 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
49 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anonafebf20b0111::ELFAsmParser
55 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()
56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
58 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()
59 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()
60 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()
[all …]
H A DCMakeLists.txt7 ELFAsmParser.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MC/MCParser/
H A DBUILD.gn14 "ELFAsmParser.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMMCParser/
H A DMakefile14 ELFAsmParser.cpp \