Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 22 of 22) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Option/
H A DOption.cpp125 A->getValues().push_back(Val); in accept()
152 A->getValues().push_back(Value); in accept()
191 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in accept()
229 A->getValues().push_back(Args.getArgString(Index++)); in accept()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp34 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in getDIEStringAttr()
126 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in collectAttributes()
353 hashBlockData(cast<DIEBlock>(Value)->getValues()); in hashAttribute()
356 hashBlockData(cast<DIELoc>(Value)->getValues()); in hashAttribute()
H A DDwarfFile.cpp98 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in computeSizeAndOffset()
H A DDebugLocEntry.h129 ArrayRef<Value> getValues() const { return Values; } in getValues() function
H A DDwarfDebug.cpp924 dbgs() << CurEntry->getValues().size() << " Values:\n"; in buildLocationList()
925 for (auto Value : CurEntry->getValues()) { in buildLocationList()
1411 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in emitDIE()
1701 const DebugLocEntry::Value Value = Entry.getValues()[0]; in emitDebugLocEntry()
1704 return emitLocPieces(Streamer, TypeIdentifierMap, Entry.getValues()); in emitDebugLocEntry()
1706 assert(Entry.getValues().size() == 1 && "only pieces may have >1 value"); in emitDebugLocEntry()
H A DDwarfCompileUnit.cpp251 stmtListIndex = UnitDie.getValues().size(); in initStmtList()
265 UnitDie.getValues()[stmtListIndex]); in applyStmtList()
H A DDIE.cpp131 const SmallVectorImpl<DIEValue *> &Values = getValues(); in findAttribute()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/
H A DArg.h98 SmallVectorImpl<const char*> &getValues() { in getValues() function
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h147 const ValueList &getValues() const { return Values; } in getValues() function
H A DBitcodeWriter.cpp1013 const ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteConstants()
1238 const ValueEnumerator::ValueList &Vals = VE.getValues(); in WriteModuleConstants()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp183 const std::vector<RecordVal> &Vals = R->getValues(); in getInstructionCase()
H A DCodeGenRegisters.cpp608 for (unsigned i = 0, e = Proto->getValues().size(); i != e; ++i) { in expand()
609 RecordVal RV = Proto->getValues()[i]; in expand()
H A DFixedLenDecoderEmitter.cpp1717 const std::vector<RecordVal> &Vals = Def.getValues(); in populateInstruction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h460 StringRef getValues() const { in getValues() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h161 const SmallVectorImpl<DIEValue *> &getValues() const { return Values; } in getValues() function
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp158 const std::vector<RecordVal> &Vals = SC->getValues(); in AddSubClass()
219 const std::vector<RecordVal> &MCVals = CurRec->getValues(); in AddSubMultiClass()
222 const std::vector<RecordVal> &SMCVals = SMC->Rec.getValues(); in AddSubMultiClass()
2160 if (CurRec->getValues().size() > 1 || // Account for NAME. in ParseClass()
H A DRecord.cpp837 ArrayRef<Init *>::iterator begin = LHSl->getValues().begin()+1; in Fold()
838 ArrayRef<Init *>::iterator end = LHSl->getValues().end(); in Fold()
1782 const std::vector<RecordVal> &Vals = R.getValues(); in operator <<()
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp404 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody()
1380 if (!Body || Body->getValues().size() == 0) { in emitBody()
1387 for (auto *I : Body->getValues()) { in emitBody()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h836 ArrayRef<Init*> getValues() const { return Values; } in getValues() function
1470 const std::vector<RecordVal> &getValues() const { return Values; } in getValues() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1143 Streamer.EmitBytes(Instr.getValues()); in EmitCFIInstruction()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp130 for (const char *Arg : A->getValues()) in addDiagnosticArgs()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2947 * ``const std::vector<Use> &getValues() const``: Returns a vector of
2952 * ``const std::vector<Use> &getValues() const``: Returns a vector of