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/TableGen/
TGParser.h 105 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
107 bool SetValue(Record *TheRec, SMLoc Loc, const std::string &ValName,
109 return SetValue(TheRec, Loc, StringInit::get(ValName), BitList, V);
TGParser.cpp 82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
88 RecordVal *RV = CurRec->getValue(ValName);
90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
97 if (VI->getNameInit() == ValName)
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
127 ValName->getAsUnquotedString() + "' more than once");
139 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"
    [all...]
Record.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 365 const ValueName *ValName = this->getValueName();
366 if (!ValName || !isIntrinsic())
382 const ValueName *ValName = this->getValueName();
383 unsigned Len = ValName->getKeyLength();
384 const char *Name = ValName->getKeyData();
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 102 milliseconds