Home
last modified time | relevance | path

Searched defs:FunctionStart (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJITMemoryManager.h50 void endFunctionBody(const char *Name, uint8_t *FunctionStart, in endFunctionBody()
/external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp66 uint8_t *FunctionStart, in endFunctionBody()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp106 uint8_t *FunctionStart; member
110 virtual void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp274 uint8_t *FunctionStart, in endFunctionBody()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp403 void endFunctionBody(const Function *F, uint8_t *FunctionStart, in endFunctionBody()
/external/flatbuffers/src/
Didl_gen_general.cpp244 std::string FunctionStart(char upper) const { in FunctionStart() function in flatbuffers::general::GeneralGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp912 const uint8_t *FunctionStart = Ctx.Ptr; in parseCodeSection() local