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

  /external/llvm/lib/Target/
TargetIntrinsicInfo.cpp 26 const ValueName *ValName = F->getValueName();
27 if (!ValName)
29 return lookupName(ValName->getKeyData(), ValName->getKeyLength());
  /external/llvm/lib/VMCore/
Function.cpp 320 const ValueName *ValName = this->getValueName();
321 if (!ValName)
323 unsigned Len = ValName->getKeyLength();
324 const char *Name = ValName->getKeyData();
  /external/llvm/utils/TableGen/
TGParser.h 75 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
TGParser.cpp 82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, const std::string &ValName,
88 RecordVal *RV = CurRec->getValue(ValName);
90 return Error(Loc, "Value '" + ValName + "' unknown!");
96 if (VI->getName() == ValName)
106 return Error(Loc, "Value '" + ValName + "' is not a bits type");
126 ValName + "' more than once");
138 return Error(Loc, "Value '" + ValName + "' of type '" +
    [all...]
Record.h     [all...]
Record.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 50 milliseconds