| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Option.cpp | 142 A->getValues().push_back(Value); in acceptInternal() 179 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i)); in acceptInternal() 215 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal() 222 A->getValues().push_back(Args.getArgString(Index) + SpellingSize); in acceptInternal() 227 A->getValues().push_back(Args.getArgString(Index++)); in acceptInternal() 277 UnaliasedA->getValues() = RawA->getValues(); in accept() 286 UnaliasedA->getValues().push_back(Val); in accept() 294 UnaliasedA->getValues().push_back(""); in accept()
|
| H A D | Arg.cpp | 98 OS << getSpelling() << llvm::interleaved(getValues(), ","); in render()
|
| H A D | ArgList.cpp | 151 const auto &Values = Arg->getValues(); in AddAllArgValues()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | Arg.h | 131 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function 132 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | IndexedValuesMap.h | 30 const SmallVector<T> &getValues() const { return Values; } in getValues() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 234 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anonac6bc9b30111::ModelledPHI 569 PHIContents.insert_range(MPHI.getValues()); in analyzeInitialPHIs() 665 PHIContents.insert_range(PHI.getValues()); in analyzeInstructionForSinking() 670 for (auto *V : NewPHI.getValues()) in analyzeInstructionForSinking() 707 PHIContents.insert_range(PHI.getValues()); in analyzeInstructionForSinking()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | AccelTable.h | 148 template <typename T = AccelTableData *> auto getValues() const { in getValues() function 422 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) { 434 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 346 for (const auto *V : Hash->getValues<const AppleAccelTableData *>()) in emitData() 432 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) { in populateAbbrevsMap() 589 for (const auto *Value : Hash->getValues<DWARF5AccelTableData *>()) in emitData() 615 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) in Dwarf5AccelTableWriter()
|
| H A D | DebugLocEntry.h | 221 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
|
| H A D | AsmPrinterDwarf.cpp | 249 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | SYCL.cpp | 102 A->getValues().size() == 1) { in TranslateArgs()
|
| H A D | AIX.cpp | 519 for (const char *Val : Arg->getValues()) in addTocDataOptions() 522 for (const char *Val : Arg->getValues()) in addTocDataOptions()
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 140 for (const RecordVal &RV : Def->getValues()) { in run()
|
| H A D | DetailedRecordsBackend.cpp | 173 const auto &ValueList = Rec.getValues(); in printFields()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerUnit.cpp | 151 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineOperand.cpp | 749 if (!CFI.getValues().empty()) { in printCFI() 750 size_t e = CFI.getValues().size() - 1; in printCFI() 752 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", "; in printCFI() 753 OS << format("0x%02x", uint8_t(CFI.getValues()[e])); in printCFI()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.h | 197 const ValueList &getValues() const { return Values; } in getValues() function
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
| H A D | X86.cpp | 302 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
|
| H A D | ARM.cpp | 88 for (StringRef Value : A->getValues()) { in getARMArchCPUFromArgs() 322 for (StringRef Value : A->getValues()) { in setArchNameInTriple() 575 for (StringRef Value : A->getValues()) { in getARMTargetFeatures()
|
| H A D | AArch64.cpp | 185 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 445 for (const char *Val : Arg->getValues()) in main_gdbserver()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeEmitterGen.cpp | 358 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 243 CommandLine.assign(A->getValues().begin(), A->getValues().end()); in ParseArgs()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | IntrinsicEmitter.cpp | 192 for (const auto &RV : RecArgKind->getValues()) in EmitArgKind()
|