HomeSort by relevance Sort by last modified time
    Searched refs:StartFunction (Results 1 - 25 of 50) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 40 unsigned char* StartFunction,
50 unsigned char* StartFunction,
60 unsigned char* StartFunction,
JITDwarfEmitter.cpp 39 unsigned char* StartFunction,
51 unsigned char* ExceptionTable = EmitExceptionTable(&F, StartFunction,
60 StartFunction, EndFunction, ExceptionTable);
198 unsigned char* StartFunction,
413 BeginLabelPtr = (intptr_t)StartFunction;
417 JCE->emitInt32(BeginLabelPtr - (intptr_t)StartFunction);
434 JCE->emitInt32(PadLabelPtr - (intptr_t)StartFunction);
541 unsigned char* StartFunction,
552 JCE->emitInt32(StartFunction - (unsigned char*)JCE->getCurrentPCValue());
553 JCE->emitInt32(EndFunction - StartFunction);
    [all...]
  /external/google-breakpad/src/common/
stabs_to_module.h 79 bool StartFunction(const string &name, uint64_t address);
stabs_to_module_unittest.cc 51 EXPECT_TRUE(h.StartFunction("function", 0xfde4abbed390c394LL));
113 EXPECT_TRUE(h.StartFunction("funcfoo",
116 EXPECT_TRUE(h.StartFunction("funcfoo",
146 EXPECT_TRUE(h.StartFunction("function", 0xb4513962eff94e92LL));
196 EXPECT_TRUE(h.StartFunction("_ZNSt6vectorIySaIyEE9push_backERKy",
236 EXPECT_TRUE(h.StartFunction("function", 0x2a133596));
stabs_reader_unittest.cc 222 MOCK_METHOD2(StartFunction, bool(const string &, uint64_t));
297 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun1"), 0xa049f4b1U))
307 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun2"), 0xbf27cf93U))
360 EXPECT_CALL(mock_handler, StartFunction(StrEq("fun3_1"), 0xbbd4a145U))
378 EXPECT_CALL(mock_handler, StartFunction(_, _))
432 EXPECT_CALL(mock_handler, StartFunction(Eq("arsenic"), 0x7fbcccaeU))
441 EXPECT_CALL(mock_handler, StartFunction(Eq("selenium"), 0xa8e120b0U))
500 StartFunction(Eq("function 1"), 0xbb5ab70ecdd23bfeULL))
505 StartFunction(Eq("function 2"), 0xc954de9b8fb3e5e2ULL))
510 StartFunction(Eq("function 3"), 0xdff98c9a35386e1fULL)
    [all...]
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.cc 90 bool StabsToModule::StartFunction(const string &name,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 85 uint32_t startFunction() const { return StartFunction; }
182 uint32_t StartFunction;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Wasm.h 85 uint32_t startFunction() const { return StartFunction; }
182 uint32_t StartFunction;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
Wasm.h 99 uint32_t startFunction() const { return StartFunction; }
196 uint32_t StartFunction = -1;
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 146 uint32_t startFunction() const { return StartFunction; }
247 uint32_t StartFunction = -1;
  /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;

Completed in 616 milliseconds

1 2