Home
last modified time | relevance | path

Searched refs:parseDirectiveLtorg (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp79 bool parseDirectiveLtorg(SMLoc L);
3968 return parseDirectiveLtorg(Loc); in ParseDirective()
4120 bool AArch64AsmParser::parseDirectiveLtorg(SMLoc L) { in parseDirectiveLtorg() function in AArch64AsmParser
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp227 bool parseDirectiveLtorg(SMLoc L);
8757 return parseDirectiveLtorg(DirectiveID.getLoc()); in ParseDirective()
9639 bool ARMAsmParser::parseDirectiveLtorg(SMLoc L) { in parseDirectiveLtorg() function in ARMAsmParser