Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DStackMapParser.h307 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument
308 : StackMapSection(StackMapSection) { in StackMapParser()
311 assert(StackMapSection[0] == 3 && in StackMapParser()
320 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()
325 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument
327 if (StackMapSection.size() < 16) in validateHeader()
329 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()
332 unsigned Version = StackMapSection[0]; in validateHeader()
350 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
355 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A 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 …]
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DStackMapParser.h297 StackMapV1Parser(ArrayRef<uint8_t> StackMapSection) in StackMapV1Parser() argument
298 : StackMapSection(StackMapSection) { in StackMapV1Parser()
301 assert(StackMapSection[0] == 1 && in StackMapV1Parser()
310 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapV1Parser()
323 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()
328 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()
333 return read<uint32_t>(&StackMapSection[NumRecordsOffset]); in getNumRecords()
338 return FunctionAccessor(StackMapSection.data() + in getFunction()
350 FunctionAccessor(StackMapSection.data() + in functions_end()
361 return ConstantAccessor(StackMapSection.data() + in getConstant()
[all …]
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h147 MCSection *StackMapSection; variable
285 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp650 object::SectionRef StackMapSection; in printStackMap() local
655 StackMapSection = Sec; in printStackMap()
660 if (StackMapSection == object::SectionRef()) in printStackMap()
664 StackMapSection.getContents(StackMapContents); in printStackMap()
H A DCOFFDumper.cpp1505 object::SectionRef StackMapSection; in printStackMap() local
1510 StackMapSection = Sec; in printStackMap()
1515 if (StackMapSection == object::SectionRef()) in printStackMap()
1519 StackMapSection.getContents(StackMapContents); in printStackMap()
H A DELFDumper.cpp2338 const Elf_Shdr *StackMapSection = nullptr; in printStackMap() local
2342 StackMapSection = &Sec; in printStackMap()
2347 if (!StackMapSection) in printStackMap()
2352 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
328 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
350 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
353 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; variable
354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp288 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()
482 StackMapSection = in initELFMCObjectFileInfo()
739 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
/aosp_15_r20/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp277 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()
582 StackMapSection = in initELFMCObjectFileInfo()
827 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DStackMaps.cpp534 MCSection *StackMapSection = in serializeToStackMapSection() local
536 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackMaps.cpp562 MCSection *StackMapSection = in serializeToStackMapSection() local
564 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DStackMaps.cpp739 MCSection *StackMapSection = in serializeToStackMapSection() local
741 OS.switchSection(StackMapSection); in serializeToStackMapSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp305 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()
519 StackMapSection = in initELFMCObjectFileInfo()
821 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()