Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp427 MMI->getContext().registerInlineAsmLabel(Sym); in EmitGCCInlineAsmStr()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h509 void registerInlineAsmLabel(MCSymbol *Sym);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp351 void MCContext::registerInlineAsmLabel(MCSymbol *Sym) { in registerInlineAsmLabel() function in MCContext