Searched refs:StackMapSection (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DStackMapParser.h304 StackMapParser(ArrayRef<uint8_t> StackMapSection) argument
305 : StackMapSection(StackMapSection) {
308 assert(StackMapSection[0] == 3 &&
317 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes();
330 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]);
335 return read<uint32_t>(&StackMapSection[NumConstantsOffset]);
340 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
345 return FunctionAccessor(StackMapSection.data() +
357 FunctionAccessor(StackMapSection
440 ArrayRef<uint8_t> StackMapSection; member in class:llvm::StackMapParser::LocationKind
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h159 MCSection *StackMapSection = nullptr; member in class:llvm::MCObjectFileInfo
328 MCSection *getStackMapSection() const { return StackMapSection; }
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp665 object::SectionRef StackMapSection; local
674 StackMapSection = Sec;
679 if (StackMapSection == object::SectionRef())
683 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
H A DCOFFDumper.cpp1885 object::SectionRef StackMapSection; local
1894 StackMapSection = Sec;
1899 if (StackMapSection == object::SectionRef())
1903 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
H A DELFDumper.cpp2980 const Elf_Shdr *StackMapSection = nullptr; local
2985 StackMapSection = &Sec;
2990 if (!StackMapSection)
2994 ObjF->getFileName(), Obj->getSectionContents(StackMapSection));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp562 MCSection *StackMapSection = local
564 OS.SwitchSection(StackMapSection);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp288 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps",
482 StackMapSection =
739 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps",

Completed in 175 milliseconds