Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp53 MCSection *FaultMapSection = in serializeToFaultMapSection() local
55 OS.switchSection(FaultMapSection); in serializeToFaultMapSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h162 MCSection *FaultMapSection = nullptr; variable
355 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp316 static bool FaultMapSection; variable
3129 std::optional<object::SectionRef> FaultMapSection; in printFaultMaps() local
3139 FaultMapSection = Sec; in printFaultMaps()
3146 if (!FaultMapSection) { in printFaultMaps()
3152 unwrapOrError(FaultMapSection->getContents(), Obj->getFileName()); in printFaultMaps()
3335 if (FaultMapSection) in dumpObject()
3519 FaultMapSection = InputArgs.hasArg(OBJDUMP_fault_map_section); in parseObjdumpOptions()
3731 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && !Offloading && in llvm_objdump_main()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp317 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()
533 FaultMapSection = in initELFMCObjectFileInfo()