HomeSort by relevance Sort by last modified time
    Searched refs:ParseDirectiveSection (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
ELFAsmParser.cpp 58 AddDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
138 bool ParseDirectiveSection(StringRef, SMLoc);
315 if (ParseDirectiveSection(s, loc)) {
330 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
DarwinAsmParser.cpp 51 AddDirectiveHandler<&DarwinAsmParser::ParseDirectiveSection>(".section");
110 bool ParseDirectiveSection(StringRef, SMLoc);
407 /// ParseDirectiveSection:
409 bool DarwinAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 53 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section");
114 bool ParseDirectiveSection(StringRef, SMLoc);
337 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
ELFAsmParser.cpp 56 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
130 bool ParseDirectiveSection(StringRef, SMLoc);
357 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {

Completed in 121 milliseconds