reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/COFF.h
 1262   frame_type getFP() const { return static_cast<frame_type>(Attributes >> 14); }
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1074 std::string formatFrameType(object::frame_type FT) {
 1076   case object::frame_type::Fpo:
 1078   case object::frame_type::NonFpo:
 1080   case object::frame_type::Trap:
 1082   case object::frame_type::Tss: