Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DFaultMaps.cpp53 MCSection *FaultMapSection = in serializeToFaultMapSection() local
55 OS.SwitchSection(FaultMapSection); in serializeToFaultMapSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h164 MCSection *FaultMapSection = nullptr; variable
341 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp189 static bool FaultMapSection; variable
2063 Optional<object::SectionRef> FaultMapSection; in printFaultMaps() local
2073 FaultMapSection = Sec; in printFaultMaps()
2080 if (!FaultMapSection.hasValue()) { in printFaultMaps()
2086 unwrapOrError(FaultMapSection.getValue().getContents(), Obj->getFileName()); in printFaultMaps()
2274 if (FaultMapSection) in dumpObject()
2433 FaultMapSection = InputArgs.hasArg(OBJDUMP_fault_map_section); in parseObjdumpOptions()
2598 !DynamicSymbolTable && !UnwindInfo && !FaultMapSection && in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp295 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()
494 FaultMapSection = in initELFMCObjectFileInfo()