Searched refs:ParseDirectivePrevious (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DDarwinAsmParser.cpp55 AddDirectiveHandler<&DarwinAsmParser::ParseDirectivePrevious>(".previous");
120 bool ParseDirectivePrevious(StringRef, SMLoc);
487 /// ParseDirectivePrevious:
489 bool DarwinAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) { function in class:DarwinAsmParser
H A DELFAsmParser.cpp63 AddDirectiveHandler<&ELFAsmParser::ParseDirectivePrevious>(".previous");
141 bool ParseDirectivePrevious(StringRef, SMLoc);
440 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) { function in class:ELFAsmParser

Completed in 128 milliseconds