Home
last modified time | relevance | path

Searched defs:CallMain (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp232 CallInst *CallMain = nullptr; in runOnModule() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp241 CallInst *CallMain = nullptr; in runOnModule() local
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h127 CallMain; typedef
/aosp_15_r20/frameworks/native/cmds/dumpsys/tests/
H A Ddumpsys_test.cpp191 void CallMain(const std::vector<std::string>& args) { in CallMain() function in DumpsysTest