Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp58 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
138 bool ParseDirectiveSection(StringRef, SMLoc);
315 if (ParseDirectiveSection(s, loc)) { in ParseDirectivePushSection()
330 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in ELFAsmParser
DDarwinAsmParser.cpp51 AddDirectiveHandler<&DarwinAsmParser::ParseDirectiveSection>(".section"); in Initialize()
110 bool ParseDirectiveSection(StringRef, SMLoc);
409 bool DarwinAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in DarwinAsmParser
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp56 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
130 bool ParseDirectiveSection(StringRef, SMLoc);
357 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser
DCOFFAsmParser.cpp53 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize()
114 bool ParseDirectiveSection(StringRef, SMLoc);
337 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser