Searched refs:functionStart (Results 1 – 2 of 2) sorted by relevance
/external/libunwind_llvm/src/ |
D | CompactUnwinder.hpp | 37 uint32_t functionStart, A &addressSpace, 49 uint32_t functionStart, A &addressSpace, 52 compact_unwind_encoding_t compactEncoding, uint32_t functionStart, 58 compact_unwind_encoding_t compactEncoding, uint32_t functionStart, in stepWithCompactEncoding() argument 62 return stepWithCompactEncodingEBPFrame(compactEncoding, functionStart, in stepWithCompactEncoding() 65 return stepWithCompactEncodingFrameless(compactEncoding, functionStart, in stepWithCompactEncoding() 68 return stepWithCompactEncodingFrameless(compactEncoding, functionStart, in stepWithCompactEncoding() 76 compact_unwind_encoding_t compactEncoding, uint32_t functionStart, in stepWithCompactEncodingEBPFrame() argument 105 (void)functionStart; in stepWithCompactEncodingEBPFrame() 108 compactEncoding, functionStart); in stepWithCompactEncodingEBPFrame() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5576 const char functionStart[] = in createOpConstantNullTests() local 5681 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantNullTests() 5693 const char functionStart[] = in createOpConstantCompositeTests() local 5823 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantCompositeTests()
|