| /minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
| H A D | Option.cpp | 125 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 D | DIEHash.cpp | 34 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 D | DwarfFile.cpp | 98 const SmallVectorImpl<DIEValue *> &Values = Die.getValues(); in computeSizeAndOffset()
|
| H A D | DebugLocEntry.h | 129 ArrayRef<Value> getValues() const { return Values; } in getValues() function
|
| H A D | DwarfDebug.cpp | 924 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 D | DwarfCompileUnit.cpp | 251 stmtListIndex = UnitDie.getValues().size(); in initStmtList() 265 UnitDie.getValues()[stmtListIndex]); in applyStmtList()
|
| H A D | DIE.cpp | 131 const SmallVectorImpl<DIEValue *> &Values = getValues(); in findAttribute()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
| H A D | Arg.h | 98 SmallVectorImpl<const char*> &getValues() { in getValues() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 147 const ValueList &getValues() const { return Values; } in getValues() function
|
| H A D | BitcodeWriter.cpp | 1013 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 D | CodeEmitterGen.cpp | 183 const std::vector<RecordVal> &Vals = R->getValues(); in getInstructionCase()
|
| H A D | CodeGenRegisters.cpp | 608 for (unsigned i = 0, e = Proto->getValues().size(); i != e; ++i) { in expand() 609 RecordVal RV = Proto->getValues()[i]; in expand()
|
| H A D | FixedLenDecoderEmitter.cpp | 1717 const std::vector<RecordVal> &Vals = Def.getValues(); in populateInstruction()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 460 StringRef getValues() const { in getValues() function
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 161 const SmallVectorImpl<DIEValue *> &getValues() const { return Values; } in getValues() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 158 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 D | Record.cpp | 837 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 D | NeonEmitter.cpp | 404 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 D | Record.h | 836 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 D | MCDwarf.cpp | 1143 Streamer.EmitBytes(Instr.getValues()); in EmitCFIInstruction()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 130 for (const char *Arg : A->getValues()) in addDiagnosticArgs()
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 2947 * ``const std::vector<Use> &getValues() const``: Returns a vector of 2952 * ``const std::vector<Use> &getValues() const``: Returns a vector of
|