Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp24 class ELFAsmParser : public MCAsmParserExtension { class
25 template<bool (ELFAsmParser::*Handler)(StringRef, SMLoc)>
28 HandleDirective<ELFAsmParser, Handler>); in AddDirectiveHandler()
36 ELFAsmParser() : SeenIdent(false) { in ELFAsmParser() function in __anon924e56ce0111::ELFAsmParser
44 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()
45 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
46 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
47 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()
48 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()
49 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()
[all …]
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp25 class ELFAsmParser : public MCAsmParserExtension { class
26 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
29 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
38 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anone1b0efa20111::ELFAsmParser
44 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()
45 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
46 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
47 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()
48 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()
49 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()
[all …]
DCMakeLists.txt6 ELFAsmParser.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp37 class ELFAsmParser : public MCAsmParserExtension { class
38 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
41 this, HandleDirective<ELFAsmParser, HandlerMethod>); in addDirectiveHandler()
50 ELFAsmParser() { BracketExpressionsSupported = true; } in ELFAsmParser() function in __anon241cedda0111::ELFAsmParser
56 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveData>(".data"); in Initialize()
57 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
58 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveBSS>(".bss"); in Initialize()
59 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveRoData>(".rodata"); in Initialize()
60 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTData>(".tdata"); in Initialize()
61 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveTBSS>(".tbss"); in Initialize()
[all …]
DCMakeLists.txt6 ELFAsmParser.cpp
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk501 llvm/lib/MC/MCParser/ELFAsmParser.cpp \
DBUILD.gn325 "llvm/lib/MC/MCParser/ELFAsmParser.cpp",
/external/swiftshader/
DCMakeLists.txt1167 ${LLVM_DIR}/lib/MC/MCParser/ELFAsmParser.cpp