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.cpp69 addDirectiveHandler<&COFFAsmParser::ParseDirectiveRVA>(".rva"); in Initialize()
127 bool ParseDirectiveRVA(StringRef, SMLoc);
504 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) { in ParseDirectiveRVA() function in COFFAsmParser