Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-specialization.cc173 int reloc_mode = 0; in ApplyToWasmCode() local
174 auto add_mode = [&reloc_mode](bool cond, RelocInfo::Mode mode) { in ApplyToWasmCode()
175 if (cond) reloc_mode |= RelocInfo::ModeMask(mode); in ApplyToWasmCode()
187 for (RelocIterator it(code, reloc_mode); !it.done(); it.next()) { in ApplyToWasmCode()
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml112 ?level:CodeGenOptLevel.t -> ?reloc_mode:RelocMode.t ->
Dllvm_target.mli183 ?level:CodeGenOptLevel.t -> ?reloc_mode:RelocMode.t ->