HomeSort by relevance Sort by last modified time
    Searched refs:FunctionEnd (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
MCJITMemoryManager.h 51 uint8_t *FunctionEnd) {
62 JMM->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 46 uint8_t *FunctionEnd) = 0;
JITMemoryManager.h 98 /// the startFunctionBody method) and FunctionEnd which is a pointer to the
102 uint8_t *FunctionEnd) = 0;
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
llvm-rtdyld.cpp 57 uint8_t *FunctionEnd);
67 uint8_t *FunctionEnd) {
68 uintptr_t Size = FunctionEnd - FunctionStart + 1;
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h 44 FunctionEnd
Smoke.push_constant.vert.h 169 FunctionEnd
Smoke.vert.h 170 FunctionEnd
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 101 uint8_t *FunctionEnd)
103 FunctionStart(FunctionStart), FunctionEnd(FunctionEnd) {}
107 uint8_t *FunctionEnd;
111 uint8_t *FunctionEnd) {
113 EndFunctionBodyCall(F, FunctionStart, FunctionEnd));
114 Base->endFunctionBody(F, FunctionStart, FunctionEnd);
  /external/vulkan-validation-layers/demos/android/include/
cube.frag.h 52 FunctionEnd
cube.vert.h 105 FunctionEnd
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 402 /// in the range [FunctionStart,FunctionEnd).
404 uint8_t *FunctionEnd) {
405 assert(FunctionEnd > FunctionStart);
409 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 51 _SPIRV_OP(FunctionEnd, 56)
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 478 TEST_F(Stabs, FunctionEnd) {

Completed in 236 milliseconds