Searched refs:ParseDirectiveSection (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 58 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
|
D | DarwinAsmParser.cpp | 51 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/ |
D | ELFAsmParser.cpp | 56 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize() 130 bool ParseDirectiveSection(StringRef, SMLoc); 357 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser
|
D | COFFAsmParser.cpp | 53 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize() 114 bool ParseDirectiveSection(StringRef, SMLoc); 337 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 62 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSection>(".section"); in Initialize() 127 bool ParseDirectiveSection(StringRef, SMLoc); 363 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() function in COFFAsmParser
|
D | ELFAsmParser.cpp | 68 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section"); in Initialize() 143 bool ParseDirectiveSection(StringRef, SMLoc); 385 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) { in ParseDirectiveSection() function in ELFAsmParser
|