Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp137 A->getValues().push_back(Value); in acceptInternal()
175 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal()
212 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
219 A->getValues().push_back(Args.getArgString(Index) + ArgSize); in acceptInternal()
224 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal()
272 UnaliasedA->getValues() = RawA->getValues(); in accept()
281 UnaliasedA->getValues().push_back(Val); in accept()
289 UnaliasedA->getValues().push_back(""); in accept()
H A DArgList.cpp142 const auto &Values = Arg->getValues(); in AddAllArgValues()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp39 schemabase = *(schemaAttr->getValues().begin()); in main()
51 schema.setObjectClasses((oc->getValues())); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h117 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
118 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp290 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anonf1d6865e0111::ModelledPHI
603 for (auto *V : MPHI.getValues()) in analyzeInitialPHIs()
703 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
708 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking()
746 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end()); in analyzeInstructionForSinking()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp134 for (Init *I : ColValList->getValues()) { in InstrMap()
234 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap()
307 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn()
481 for (Init *CF : ColFields->getValues()) { in emitTablesWithFunc()
H A DCodeEmitterGen.cpp300 for (const RecordVal &RV : R->getValues()) { in getInstructionCaseForEncoding()
311 for (const RecordVal &RV : EncodingDef->getValues()) { in getInstructionCaseForEncoding()
H A DCodeGenDAGPatterns.cpp1007 for (Init *Val : AddressSpaces->getValues()) { in getPredCode()
1448 for (Init *I : Predicates->getValues()) { in getPredicateRecords()
1848 for (Init *I : LI->getValues()) { in GetNumNodeResults()
2746 for (Init *I : RawPat->getValues()) in TreePattern()
3663 for (Init *I : LI->getValues()) { in hasNullFragReference()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.h142 const StringList& getValues() const;
H A DLdifWriter.cpp50 StringList values = i->getValues(); in writeRecord()
H A DLDAPAttribute.cpp120 const StringList& LDAPAttribute::getValues() const{ in getValues() function in LDAPAttribute
H A DLDAPAttributeList.cpp125 const StringList& values = attr.getValues(); in addAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp586 ProfileListInit(ID, getValues(), EltTy); in Profile()
595 Elements.reserve(getValues().size()); in convertInitializerTo()
601 for (Init *I : getValues()) in convertInitializerTo()
647 for (Init *CurElt : getValues()) { in resolveReferences()
791 return ListInit::get(LHSl->getValues().slice(1), LHSl->getElementType()); in Fold()
1271 for (Init *Item : MHSl->getValues()) { in FilterHelper()
1835 for (const RecordVal &Val : Class->getValues()) in instantiate()
2447 for (const RecordVal &Val : R.getValues()) in operator <<()
2450 for (const RecordVal &Val : R.getValues()) in operator <<()
2525 for (Init *I : List->getValues()) { in getValueAsListOfDefs()
[all …]
H A DDetailedRecordsBackend.cpp179 const auto &ValueList = Rec->getValues(); in printFields()
H A DJSONBackend.cpp144 for (const RecordVal &RV : Def.getValues()) { in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp679 if (!CFI.getValues().empty()) { in printCFI()
680 size_t e = CFI.getValues().size() - 1; in printCFI()
682 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI()
683 OS << format("0x%02x", uint8_t(CFI.getValues()[e])); in printCFI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp268 OutStreamer->emitCFIEscape(Inst.getValues()); in emitCFIInstruction()
H A DDebugLocEntry.h205 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp55 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs()
228 for (StringRef Value : A->getValues()) { in setArchNameInTriple()
459 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCDwarf.h609 StringRef getValues() const { in getValues() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h66 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp458 bool hasBody() const { return Body && !Body->getValues().empty(); } in hasBody()
1365 if (!Body || Body->getValues().empty()) { in emitBody()
1372 for (auto *I : Body->getValues()) { in emitBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DHexagon.cpp461 for (const char *Value : A->getValues()) in getHexagonLibraryPaths()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h715 ArrayRef<Init*> getValues() const { in getValues() function
1567 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function

12