Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h55 bool requiresDiffExpressionRelocations() const override { in requiresDiffExpressionRelocations() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmBackend.h134 virtual bool requiresDiffExpressionRelocations() const { return false; } in requiresDiffExpressionRelocations() function