Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1476 bool RelocateWithSymbol = shouldRelocateWithSymbol(Asm, RefA, SymA, C, Type); in recordRelocation() local
1479 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1487 if (!RelocateWithSymbol) { in recordRelocation()