Home
last modified time | relevance | path

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

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