Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAccelTable.h399 class AppleAccelTableStaticTypeData : public AppleAccelTableStaticOffsetData {
401 AppleAccelTableStaticTypeData(uint32_t Offset, uint16_t Tag, in AppleAccelTableStaticTypeData() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp611 void AppleAccelTableStaticTypeData::emit(AsmPrinter *Asm) const { in emit()
624 constexpr AppleAccelTableData::Atom AppleAccelTableStaticTypeData::Atoms[];
638 AppleAccelTableStaticTypeData::Atoms = {
726 void AppleAccelTableStaticTypeData::print(raw_ostream &OS) const { in print()