Searched refs:getValues (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp140 A->getValues().push_back(Value);
177 A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i));
213 A->getValues().push_back(Args.getArgString(Index++));
220 A->getValues().push_back(Args.getArgString(Index) + SpellingSize);
225 A->getValues().push_back(Args.getArgString(Index++));
275 UnaliasedA->getValues() = RawA->getValues();
284 UnaliasedA->getValues().push_back(Val);
292 UnaliasedA->getValues().push_back("");
H A DArgList.cpp152 const auto &Values = Arg->getValues();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h32 const SmallVector<T> &getValues() const { return Values; } function in class:llvm::dwarf_linker::IndexedValuesMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h129 SmallVectorImpl<const char *> &getValues() { return Values; } function in class:llvm::opt::Arg
130 const SmallVectorImpl<const char *> &getValues() const { return Values; } function in class:llvm::opt::Arg
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp135 for (Init *I : ColValList->getValues()) {
235 for (Init *RowField : RowFields->getValues()) {
308 for (Init *RowField : RowFields->getValues()) {
484 for (Init *CF : ColFields->getValues()) {
H A DIntrinsicEmitter.cpp177 for (auto &RV : RecArgKind->getValues())
257 for (auto &a : cast<ListInit>(R->getValue())->getValues()) {
258 for (auto &b : cast<ListInit>(a)->getValues())
H A DCodeEmitterGen.cpp316 for (const RecordVal &RV : EncodingDef->getValues()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp283 ArrayRef<Value *> getValues() const { return Values; } function in class:__anon2907::ModelledPHI
608 for (auto *V : MPHI.getValues())
706 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end());
711 for (auto *V : NewPHI.getValues())
749 PHIContents.insert(PHI.getValues().begin(), PHI.getValues().end());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 template <typename T = AccelTableData *> auto getValues() const { function in struct:llvm::AccelTableBase::HashData
373 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
385 for (auto *Data : Entry.second.getValues<DWARF5AccelTableData *>()) {
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp178 const auto &ValueList = Rec->getValues();
H A DJSONBackend.cpp143 for (const RecordVal &RV : Def.getValues()) {
H A DRecord.cpp684 ProfileListInit(ID, getValues(), EltTy);
693 Elements.reserve(getValues().size());
699 for (Init *I : getValues())
728 for (Init *CurElt : getValues()) {
900 // Note the +1. We can't just pass the result of getValues()
902 return ListInit::get(LHSl->getValues().slice(1), LHSl->getElementType());
1618 for (Init *Item : MHSl->getValues()) {
2273 for (const RecordVal &Val : Class->getValues())
2920 for (const RecordVal &Val : R.getValues())
2923 for (const RecordVal &Val : R.getValues())
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } function in class:llvm::ValueEnumerator
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } function in class:llvm::dxil::ValueEnumerator
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } function in class:llvm::DebugLocEntry
H A DAsmPrinterDwarf.cpp247 OutStreamer->emitCFIEscape(Inst.getValues(), Loc);
H A DAccelTable.cpp351 for (const auto *V : Hash->getValues<const AppleAccelTableData *>())
473 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) {
628 for (const auto *Value : Hash->getValues<DWARF5AccelTableData *>())
654 for (auto *Value : Hash->getValues<DWARF5AccelTableData *>())
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp153 for (const StringEntry *String : DebugStringIndexMap.getValues()) {
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp274 for (StringRef Value : A->getValues()) {
H A DARM.cpp67 // Use getValues because -Wa can have multiple arguments
69 for (StringRef Value : A->getValues()) {
284 for (StringRef Value : A->getValues()) {
529 // We use getValues here because you can have many options per -Wa
531 for (StringRef Value : A->getValues()) {
H A DAArch64.cpp202 for (StringRef Value : A->getValues())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp740 if (!CFI.getValues().empty()) {
741 size_t e = CFI.getValues().size() - 1;
743 OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", ";
744 OS << format("0x%02x", uint8_t(CFI.getValues()[e]));
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp423 for (const char *Val : Arg->getValues())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h688 StringRef getValues() const { function in class:llvm::MCCFIInstruction
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h75 ArrayRef<DWARFFormValue> getValues() const { return Values; } function in class:llvm::DWARFAcceleratorTable::Entry

Completed in 421 milliseconds

123