Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h72 void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) override;
H A DEHStreamer.h140 virtual void emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel);
H A DARMException.cpp93 void ARMException::emitTypeInfos(unsigned TTypeEncoding, in emitTypeInfos() function in ARMException
H A DEHStreamer.cpp793 emitTypeInfos(TTypeEncoding, TTBaseLabel); in emitExceptionTable()
800 void EHStreamer::emitTypeInfos(unsigned TTypeEncoding, MCSymbol *TTBaseLabel) { in emitTypeInfos() function in EHStreamer