Home
last modified time | relevance | path

Searched refs:StackMapSection (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h304 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
305 : StackMapSection(StackMapSection) { in StackMapParser()
308 assert(StackMapSection[0] == 3 && in StackMapParser()
317 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
330 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
335 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
340 return read<uint32_t>(&StackMapSection[NumRecordsOffset]); in getNumRecords()
345 return FunctionAccessor(StackMapSection.data() + in getFunction()
357 FunctionAccessor(StackMapSection.data() + in functions_end()
368 return ConstantAccessor(StackMapSection.data() + in getConstant()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
328 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp288 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()
482 StackMapSection = in initELFMCObjectFileInfo()
739 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp562 MCSection *StackMapSection = in serializeToStackMapSection() local
564 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()