Home
last modified time | relevance | path

Searched refs:requiresDiffExpressionRelocations (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmBackend.h132 virtual bool requiresDiffExpressionRelocations() const { return false; } in requiresDiffExpressionRelocations() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.h55 bool requiresDiffExpressionRelocations() const override { in requiresDiffExpressionRelocations() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAssembler.cpp737 getBackend().requiresDiffExpressionRelocations()) { in handleFixup()
1041 if (!getBackend().requiresDiffExpressionRelocations()) { in relaxDwarfLineAddr()
1080 if (getBackend().requiresDiffExpressionRelocations()) { in relaxDwarfCallFrameFragment()
DMCExpr.cpp582 if (!Asm->getBackend().requiresDiffExpressionRelocations()) in canFold()
DMCObjectStreamer.cpp134 if (Asm.getBackendPtr()->requiresDiffExpressionRelocations()) in absoluteSymbolDiff()