Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h451 const char *getLabelSuffix() const { in getLabelSuffix() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h472 const char *getLabelSuffix() const { return LabelSuffix; } in getLabelSuffix() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXMCAsmStreamer.cpp240 OS << *Symbol << MAI.getLabelSuffix(); in EmitLabel()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp331 OS << *Symbol << MAI.getLabelSuffix(); in EmitLabel()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp388 OS << MAI->getLabelSuffix(); in EmitLabel()