Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp67 addDirectiveHandler<&COFFAsmParser::ParseDirectiveSecRel32>(".secrel32"); in Initialize()
129 bool ParseDirectiveSecRel32(StringRef, SMLoc);
495 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() function in COFFAsmParser