Home
last modified time | relevance | path

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

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