HomeSort by relevance Sort by last modified time
    Searched refs:reloc_mode (Results 1 - 3 of 3) sorted by null

  /external/v8/src/wasm/
wasm-code-specialization.cc 173 int reloc_mode = 0; local
174 auto add_mode = [&reloc_mode](bool cond, RelocInfo::Mode mode) {
175 if (cond) reloc_mode |= RelocInfo::ModeMask(mode);
187 for (RelocIterator it(code, reloc_mode); !it.done(); it.next()) {
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 112 ?level:CodeGenOptLevel.t -> ?reloc_mode:RelocMode.t ->
llvm_target.mli 183 ?level:CodeGenOptLevel.t -> ?reloc_mode:RelocMode.t ->

Completed in 61 milliseconds