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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h161 MCSection *StackMapSection = nullptr; member in class:llvm::MCObjectFileInfo
335 MCSection *getStackMapSection() const { return StackMapSection; }
/freebsd-13-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.cpp1893 SectionRef StackMapSection; local
1902 StackMapSection = Sec;
1907 if (StackMapSection == SectionRef())
1911 unwrapOrError(Obj->getFileName(), StackMapSection.getContents());
H A DELFDumper.cpp3382 const Elf_Shdr *StackMapSection = nullptr; local
3387 StackMapSection = &Sec;
3392 if (!StackMapSection)
3396 ObjF->getFileName(), Obj->getSectionContents(StackMapSection));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp562 MCSection *StackMapSection = local
564 OS.SwitchSection(StackMapSection);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp291 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps",
490 StackMapSection =
767 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps",

Completed in 148 milliseconds