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

/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DStackMapParser.h298 StackMapV1Parser(ArrayRef<uint8_t> StackMapSection) argument
299 : StackMapSection(StackMapSection) {
302 assert(StackMapSection[0] == 1 &&
311 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes();
324 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]);
329 return read<uint32_t>(&StackMapSection[NumConstantsOffset]);
334 return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
339 return FunctionAccessor(StackMapSection.data() +
351 FunctionAccessor(StackMapSection
435 ArrayRef<uint8_t> StackMapSection; member in class:llvm::StackMapV1Parser::LocationKind
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h146 MCSection *StackMapSection; member in class:llvm::MCObjectFileInfo
282 MCSection *getStackMapSection() const { return StackMapSection; }
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp645 object::SectionRef StackMapSection; local
650 StackMapSection = Sec;
655 if (StackMapSection == object::SectionRef())
659 StackMapSection.getContents(StackMapContents);
H A DCOFFDumper.cpp1166 object::SectionRef StackMapSection; local
1171 StackMapSection = Sec;
1176 if (StackMapSection == object::SectionRef())
1180 StackMapSection.getContents(StackMapContents);
H A DELFDumper.cpp2149 const Elf_Shdr *StackMapSection = nullptr; local
2153 StackMapSection = &Sec;
2158 if (!StackMapSection)
2163 Obj->getSectionContents(StackMapSection);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DStackMaps.cpp534 MCSection *StackMapSection = local
536 OS.SwitchSection(StackMapSection);
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp271 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps",
551 StackMapSection =
788 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps",

Completed in 76 milliseconds