Home
last modified time | relevance | path

Searched refs:requiresDiffExpressionRelocations (Results 1 – 5 of 5) 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
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAssembler.cpp728 getBackend().requiresDiffExpressionRelocations()) { in handleFixup()
959 if (getBackend().requiresDiffExpressionRelocations()) in relaxDwarfLineAddr()
H A DMCObjectStreamer.cpp88 if (Asm.getBackendPtr()->requiresDiffExpressionRelocations()) in absoluteSymbolDiff()
H A DMCExpr.cpp613 (InSet || !Asm->getBackend().requiresDiffExpressionRelocations())) { in EvaluateSymbolicAdd()