HomeSort by relevance Sort by last modified time
    Searched refs:doesAllowNameToStartWithDigit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/
Mangler.cpp 54 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9')
73 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9') {
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 459 bool doesAllowNameToStartWithDigit() const {

Completed in 71 milliseconds