Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp68 addDirectiveHandler<&COFFAsmParser::parseDirectiveRVA>(".rva"); in Initialize()
137 bool parseDirectiveRVA(StringRef, SMLoc);
521 bool COFFAsmParser::parseDirectiveRVA(StringRef, SMLoc) { in parseDirectiveRVA() function in COFFAsmParser