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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 74 /// RegisterFunction method. The method will then do whatever is necessary to
95 /// RegisterFunction - Register debug info for the given function with an
99 void RegisterFunction(const Function *F, DebugInfo &I);
JITDebugRegisterer.cpp 132 void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) {
JITEmitter.cpp     [all...]
  /bootable/recovery/edify/
expr.cpp 320 void RegisterFunction(const std::string& name, Function fn) {
333 RegisterFunction("ifelse", IfElseFn);
334 RegisterFunction("abort", AbortFn);
335 RegisterFunction("assert", AssertFn);
336 RegisterFunction("concat", ConcatFn);
337 RegisterFunction("is_substring", SubstringFn);
338 RegisterFunction("stdout", StdoutFn);
339 RegisterFunction("sleep", SleepFn);
341 RegisterFunction("less_than_int", LessThanIntFn);
342 RegisterFunction("greater_than_int", GreaterThanIntFn)
    [all...]
  /bootable/recovery/updater/
install.cpp     [all...]
blockimg.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_layout.cpp 81 _.RegisterFunction(inst->result_id, inst->type_id, control_mask,
  /bootable/recovery/edify/include/edify/
expr.h 119 void RegisterFunction(const std::string& name, Function fn);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
validation_state.h 189 spv_result_t RegisterFunction(uint32_t id, uint32_t ret_type_id,
validation_state.cpp 338 spv_result_t ValidationState_t::RegisterFunction(
342 "RegisterFunction can only be called when parsing the binary outside "

Completed in 461 milliseconds