Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp65 addDirectiveHandler<&DarwinAsmParser::parseDirectiveIndirectSymbol>( in Initialize()
203 bool parseDirectiveIndirectSymbol(StringRef, SMLoc);
552 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) { in parseDirectiveIndirectSymbol() function in DarwinAsmParser