Home
last modified time | relevance | path

Searched refs:Fpo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h69 void addOldFpoData(const object::FpoData &Fpo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h600 enum class frame_type : uint16_t { Fpo = 0, Trap = 1, Tss = 2, NonFpo = 3 }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp968 case object::frame_type::Fpo: in formatFrameType()