Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp39 bool IsLocRel) const override;
68 const MCSectionWasm &FixupSection, bool IsLocRel) const { in getRelocType()
137 return IsLocRel ? wasm::R_WASM_MEMORY_ADDR_LOCREL_I32 in getRelocType()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCWasmObjectWriter.h39 bool IsLocRel) const = 0;
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp496 bool IsLocRel = false; in recordRelocation() local
523 IsLocRel = true; in recordRelocation()
550 TargetObjectWriter->getRelocType(Target, Fixup, FixupSection, IsLocRel); in recordRelocation()