Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/CodeGen/CPP/
D2009-05-01-Long-Double.ll6 %call = call i32 (...)* @other_func() ; <i32> [#uses=1]
13 declare i32 @other_func(...)
/external/llvm/test/CodeGen/X86/
Dms-inline-asm.ll129 declare hidden void @other_func()
132 …,~{ebx},~{ecx},~{edx},~{edi},~{esi},~{esp},~{ebp},~{dirflag},~{fpsr},~{flags}"(void()* @other_func)
/external/v8/src/wasm/
Dwasm-module.cc887 WasmFunction* other_func = GetWasmFunctionForImportWrapper(isolate, target); in CompileImportWrapper() local
888 if (other_func) { in CompileImportWrapper()
889 if (sig->Equals(other_func->sig)) { in CompileImportWrapper()