Searched refs:FaultMapSection (Results 1 – 4 of 4) sorted by relevance
58 MCSection *FaultMapSection = in serializeToFaultMapSection() local60 OS.SwitchSection(FaultMapSection); in serializeToFaultMapSection()
161 MCSection *FaultMapSection; variable317 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
291 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()472 FaultMapSection = in initELFMCObjectFileInfo()
2237 Optional<object::SectionRef> FaultMapSection; in printFaultMaps() local2243 FaultMapSection = Sec; in printFaultMaps()2250 if (!FaultMapSection.hasValue()) { in printFaultMaps()2256 error(FaultMapSection.getValue().getContents(FaultMapContents)); in printFaultMaps()