Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DFaultMaps.cpp55 MCSection *FaultMapSection = in serializeToFaultMapSection() local
57 OS.SwitchSection(FaultMapSection); in serializeToFaultMapSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DFaultMaps.cpp58 MCSection *FaultMapSection = in serializeToFaultMapSection() local
60 OS.SwitchSection(FaultMapSection); in serializeToFaultMapSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h150 MCSection *FaultMapSection; variable
286 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h159 MCSection *FaultMapSection; variable
312 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1604 Optional<object::SectionRef> FaultMapSection; in printFaultMaps() local
1610 FaultMapSection = Sec; in printFaultMaps()
1617 if (!FaultMapSection.hasValue()) { in printFaultMaps()
1623 error(FaultMapSection.getValue().getContents(FaultMapContents)); in printFaultMaps()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp280 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()
585 FaultMapSection = in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp288 FaultMapSection = Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps", in initMachOMCObjectFileInfo()
614 FaultMapSection = in initELFMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp2128 Optional<object::SectionRef> FaultMapSection; in printFaultMaps() local
2134 FaultMapSection = Sec; in printFaultMaps()
2141 if (!FaultMapSection.hasValue()) { in printFaultMaps()
2147 error(FaultMapSection.getValue().getContents(FaultMapContents)); in printFaultMaps()