Home
last modified time | relevance | path

Searched defs:getValues (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h129 SmallVectorImpl<const char *> &getValues() { return Values; } in getValues() function
130 const SmallVectorImpl<const char *> &getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 template <typename T = AccelTableData *> auto getValues() const { in getValues() function
/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/CodeGen/AsmPrinter/
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/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/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h83 ArrayRef<DWARFFormValue> getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp315 ArrayRef<Value *> getValues() const { return Values; } in getValues() function in __anonac6bc9b30111::ModelledPHI
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h719 StringRef getValues() const { in getValues() function
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h794 ArrayRef<Init*> getValues() const { in getValues() function
1755 ArrayRef<RecordVal> getValues() const { return Values; } in getValues() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h465 iterator_range<location_op_iterator> getValues() const { in getValues() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp871 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues() function