Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp142 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 DArg.cpp98 OS << getSpelling() << llvm::interleaved(getValues(), ","); in render()
H A DArgList.cpp151 const auto &Values = Arg->getValues(); in AddAllArgValues()
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h131 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 DIndexedValuesMap.h30 const SmallVector<T> &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp234 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 DAccelTable.h148 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 DAccelTable.cpp346 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 DDebugLocEntry.h221 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
H A DAsmPrinterDwarf.cpp249 OutStreamer->emitCFIEscape(Inst.getValues(), Loc); in emitCFIInstruction()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSYCL.cpp102 A->getValues().size() == 1) { in TranslateArgs()
H A DAIX.cpp519 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 DJSONBackend.cpp140 for (const RecordVal &RV : Def->getValues()) { in run()
H A DDetailedRecordsBackend.cpp173 const auto &ValueList = Rec.getValues(); in printFields()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp151 for (const StringEntry *String : DebugStringIndexMap.getValues()) { in emitDebugStringOffsetSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp749 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 DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp302 for (StringRef Value : A->getValues()) { in getX86TargetFeatures()
H A DARM.cpp88 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 DAArch64.cpp185 for (StringRef Value : A->getValues()) in getAArch64TargetFeatures()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp445 for (const char *Val : Arg->getValues()) in main_gdbserver()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp358 for (const RecordVal &RV : EncodingDef->getValues()) { in addInstructionCasesForEncoding()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp243 CommandLine.assign(A->getValues().begin(), A->getValues().end()); in ParseArgs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DIntrinsicEmitter.cpp192 for (const auto &RV : RecArgKind->getValues()) in EmitArgKind()

12