Searched refs:IsLocRel (Results 1 – 3 of 3) sorted by relevance
38 bool IsLocRel) const override;67 bool IsLocRel) const { in getRelocType()127 return IsLocRel ? wasm::R_WASM_MEMORY_ADDR_LOCREL_I32 in getRelocType()
37 bool IsLocRel) const = 0;
448 bool IsLocRel = false; in recordRelocation() local475 IsLocRel = true; in recordRelocation()501 unsigned Type = TargetObjectWriter->getRelocType(Target, Fixup, IsLocRel); in recordRelocation()