Home
last modified time | relevance | path

Searched refs:getFaultMapSection (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DFaultMaps.cpp59 OutContext.getObjectFileInfo()->getFaultMapSection(); in serializeToFaultMapSection()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h317 MCSection *getFaultMapSection() const { return FaultMapSection; } in getFaultMapSection() function