Home
last modified time | relevance | path

Searched refs:ParseSectionDirectiveText (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DCOFFAsmParser.cpp41 AddDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
79 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon4ddeb3740111::COFFAsmParser
DELFAsmParser.cpp45 AddDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
85 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon1130420d0111::ELFAsmParser
DDarwinAsmParser.cpp100 AddDirectiveHandler<&DarwinAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
274 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anonfdf390db0111::DarwinAsmParser
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp45 addDirectiveHandler<&ELFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
85 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon7cbc6de10111::ELFAsmParser
DCOFFAsmParser.cpp50 addDirectiveHandler<&COFFAsmParser::ParseSectionDirectiveText>(".text"); in Initialize()
93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() function in __anon2af059c80111::COFFAsmParser