Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h55 bool requiresDiffExpressionRelocations() const override { in requiresDiffExpressionRelocations() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmBackend.h132 virtual bool requiresDiffExpressionRelocations() const { return false; } in requiresDiffExpressionRelocations() function