Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Object/
DStackMapParser.h306 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
307 : StackMapSection(StackMapSection) { in StackMapParser()
310 assert(StackMapSection[0] == 3 && in StackMapParser()
319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument
326 if (StackMapSection.size() < 16) in validateHeader()
328 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()
331 unsigned Version = StackMapSection[0]; in validateHeader()
349 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
354 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
[all …]
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DStackMapParser.h306 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
307 : StackMapSection(StackMapSection) { in StackMapParser()
310 assert(StackMapSection[0] == 3 && in StackMapParser()
319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument
326 if (StackMapSection.size() < 16) in validateHeader()
328 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()
331 unsigned Version = StackMapSection[0]; in validateHeader()
349 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
354 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
[all …]
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DStackMapParser.h306 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
307 : StackMapSection(StackMapSection) { in StackMapParser()
310 assert(StackMapSection[0] == 3 && in StackMapParser()
319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument
326 if (StackMapSection.size() < 16) in validateHeader()
328 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()
331 unsigned Version = StackMapSection[0]; in validateHeader()
349 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
354 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
[all …]
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DStackMapParser.h306 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
307 : StackMapSection(StackMapSection) { in StackMapParser()
310 assert(StackMapSection[0] == 3 && in StackMapParser()
319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument
326 if (StackMapSection.size() < 16) in validateHeader()
328 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()
331 unsigned Version = StackMapSection[0]; in validateHeader()
349 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
354 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
[all …]
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
353 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()