Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DFaultMaps.cpp53 MCSection *FaultMapSection = in serializeToFaultMapSection() local
55 OS.SwitchSection(FaultMapSection); in serializeToFaultMapSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h164 MCSection *FaultMapSection = nullptr; variable
342 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp189 static bool FaultMapSection; variable
2146 Optional<object::SectionRef> FaultMapSection; in printFaultMaps() local
2156 FaultMapSection = Sec; in printFaultMaps()
2163 if (!FaultMapSection.hasValue()) { in printFaultMaps()
2169 unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName()); in printFaultMaps()
2357 if (FaultMapSection) in dumpObject()
2516 FaultMapSection = InputArgs.hasArg(OBJDUMP_fault_map_section); in parseObjdumpOptions()
2681 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp296 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()
495 FaultMapSection = in initELFMCObjectFileInfo()