HomeSort by relevance Sort by last modified time
    Searched refs:StackMapSection (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Object/
StackMapParser.h 298 StackMapV1Parser(ArrayRef<uint8_t> StackMapSection)
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.data()
    [all...]
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 145 MCSection *StackMapSection;
280 MCSection *getStackMapSection() const { return StackMapSection; }
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 645 object::SectionRef StackMapSection;
650 StackMapSection = Sec;
655 if (StackMapSection == object::SectionRef())
659 StackMapSection.getContents(StackMapContents);
COFFDumper.cpp     [all...]
ELFDumper.cpp     [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 534 MCSection *StackMapSection =
536 OS.SwitchSection(StackMapSection);
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 268 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps",
546 StackMapSection =
    [all...]

Completed in 267 milliseconds