Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCParsedAsmOperand.h77 virtual bool isOffsetOfLocal() const { return false; } in isOffsetOfLocal() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86Operand.h283 bool isOffsetOfLocal() const override { return isImm() && Imm.LocalRef; } in isOffsetOfLocal() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp5830 if (Operand.isOffsetOfLocal()) in parseMSInlineAsm()