Home
last modified time | relevance | path

Searched defs:requiresDiffExpressionRelocations (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h41 bool requiresDiffExpressionRelocations() const override { in requiresDiffExpressionRelocations() function
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h104 virtual bool requiresDiffExpressionRelocations() const { return false; } in requiresDiffExpressionRelocations() function