Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h73 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
H A DEHStreamer.h140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);
H A DARMException.cpp90 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos() function in ARMException
H A DEHStreamer.cpp803 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()
810 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() function in EHStreamer