Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DIndexedValuesMap.h32 const SmallVector<T> &getValues() const { return Values; } in getValues() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAccelTable.h147 template <typename T = AccelTableData *> auto getValues() const { in getValues() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h223 ArrayRef<DbgValueLoc> getValues() const { return Values; } in getValues() function
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h197 const ValueList &getValues() const { return Values; } in getValues() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h75 ArrayRef<DWARFFormValue> getValues() const { return Values; } getValues() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp283 ArrayRef<Value *> getValues() const { return Values; } getValues() function in __anon75ccf7c50111::ModelledPHI
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h688 StringRef getValues() const { getValues() function
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h463 iterator_range<location_op_iterator> getValues() const { getValues() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp871 bool getValues(AllocaInst &Array, Instruction &Before) { in getValues() function