Home
last modified time | relevance | path

Searched refs:requiresDiffExpressionRelocations (Results 1 – 5 of 5) 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAssembler.cpp796 getBackend().requiresDiffExpressionRelocations()) { in handleFixup()
1116 if (!getBackend().requiresDiffExpressionRelocations()) { in relaxDwarfLineAddr()
1154 if (getBackend().requiresDiffExpressionRelocations()) { in relaxDwarfCallFrameFragment()
1199 assert(!getBackend().requiresDiffExpressionRelocations() && in relaxPseudoProbeAddr()
H A DMCObjectStreamer.cpp133 if (Asm.getBackendPtr()->requiresDiffExpressionRelocations()) in absoluteSymbolDiff()
H A DMCExpr.cpp679 if (!Asm->getBackend().requiresDiffExpressionRelocations()) in canFold()