Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h639 const char *getLabelSuffix() const { return LabelSuffix; } in getLabelSuffix() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp514 OS << MAI->getLabelSuffix(); in emitLabel()