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

/external/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...]
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h145 MCSection *StackMapSection; member in class:llvm::MCObjectFileInfo
280 MCSection *getStackMapSection() const { return StackMapSection; }
/external/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.cpp1152 object::SectionRef StackMapSection; local
1157 StackMapSection = Sec;
1162 if (StackMapSection == object::SectionRef())
1166 StackMapSection.getContents(StackMapContents);
H A DELFDumper.cpp2148 const Elf_Shdr *StackMapSection = nullptr; local
2152 StackMapSection = &Sec;
2157 if (!StackMapSection)
2162 Obj->getSectionContents(StackMapSection);
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp534 MCSection *StackMapSection = local
536 OS.SwitchSection(StackMapSection);
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp268 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps",
546 StackMapSection =
778 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps",

Completed in 235 milliseconds