Searched refs:FaultMapSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp53 MCSection *FaultMapSection = local
55 OS.switchSection(FaultMapSection);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h162 MCSection *FaultMapSection = nullptr; member in class:llvm::MCObjectFileInfo
354 MCSection *getFaultMapSection() const { return FaultMapSection; }
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp201 static bool FaultMapSection; variable
2977 std::optional<object::SectionRef> FaultMapSection;
2987 FaultMapSection = Sec;
2994 if (!FaultMapSection) {
3000 unwrapOrError(FaultMapSection->getContents(), Obj->getFileName());
3183 if (FaultMapSection)
3367 FaultMapSection = InputArgs.hasArg(OBJDUMP_fault_map_section);
3575 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && !Offloading &&
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp317 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps",
531 FaultMapSection =

Completed in 113 milliseconds