HomeSort by relevance Sort by last modified time
    Searched full:startfunction (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/swiftshader/src/Common/
Thread.hpp 83 static unsigned long __stdcall startFunction(void *parameters);
86 static void *startFunction(void *parameters);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 119 /// startFunction - This callback is invoked when the specified function is
122 virtual void startFunction(MachineFunction &F) = 0;
JITCodeEmitter.h 57 /// startFunction - This callback is invoked when the specified function is
61 virtual void startFunction(MachineFunction &F) = 0;
MachineCodeEmitter.h 66 /// startFunction - This callback is invoked when the specified function is
70 virtual void startFunction(MachineFunction &F) = 0;
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 212 CGF.StartFunction(&VD, CGM.getContext().VoidTy, fn, FI, FunctionArgList());
505 StartFunction(GlobalDecl(D), getContext().VoidTy, Fn,
528 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
579 StartFunction(GlobalDecl(), getContext().VoidTy, Fn,
617 StartFunction(VD, getContext().VoidTy, fn, FI, args);
CGVTables.cpp 235 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs,
238 // Since we didn't pass a GlobalDecl to StartFunction, do this ourselves.
247 // StartFunction/FinishFunction.
    [all...]
  /external/google-breakpad/src/common/
stabs_reader.h 228 // after the StartFunction call.
293 // StartFunction is the function name alone.
296 virtual bool StartFunction(const string &name, uint64_t address) {
stabs_reader.cc 227 // function. We want to pass the name alone to StartFunction.
233 if (! handler_->StartFunction(name, function_address))
stabs_to_module.h 79 bool StartFunction(const string &name, uint64_t address);
stabs_to_module.cc 90 bool StabsToModule::StartFunction(const string &name,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 37 /// startFunction - This callback is invoked when a new machine function is
39 void ELFCodeEmitter::startFunction(MachineFunction &MF) {
  /frameworks/compile/slang/
slang_rs_reflection.h 152 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
156 void startFunction(AccessModifier AM, bool IsStatic, const char *ReturnType,
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 44 void startFunction(MachineFunction &MF) {
  /external/owasp/sanitizer/src/main/org/owasp/html/
StylingPolicy.java 106 public void startFunction(String token) {
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 212 FA = startFunction<int32_t(void)>(A.get(), "FA");
214 FB = startFunction<int32_t(void)>(B.get(), "FB");
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 130 MCE.startFunction(MF);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp 102 MCE.startFunction(MF);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 196 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 207 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 207 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 252 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 252 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 252 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 252 uint32_t StartFunction;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 196 uint32_t StartFunction;

Completed in 479 milliseconds

12 3 4