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

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDebugRegisterer.cpp 132 void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
ValidationState.cpp 334 spv_result_t ValidationState_t::RegisterFunction(
338 "RegisterFunction can only be called when parsing the binary outside "
  /bootable/recovery/edify/
expr.cpp 318 void RegisterFunction(const std::string& name, Function fn) {
331 RegisterFunction("ifelse", IfElseFn);
332 RegisterFunction("abort", AbortFn);
333 RegisterFunction("assert", AssertFn);
334 RegisterFunction("concat", ConcatFn);
335 RegisterFunction("is_substring", SubstringFn);
336 RegisterFunction("stdout", StdoutFn);
337 RegisterFunction("sleep", SleepFn);
339 RegisterFunction("less_than_int", LessThanIntFn);
340 RegisterFunction("greater_than_int", GreaterThanIntFn)
    [all...]

Completed in 3444 milliseconds