Home
last modified time | relevance | path

Searched refs:emitTypeInfos (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfException.h73 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
HDEHStreamer.h140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);
HDARMException.cpp90 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos() function in ARMException
HDEHStreamer.cpp802 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()
809 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() function in EHStreamer