Home
last modified time | relevance | path

Searched refs:val_vec_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp77 typedef std::vector<unsigned char> val_vec_type; typedef in __anon3e4c6eed0111::BPFDAGToDAGISel
79 val_vec_type &Vals, uint64_t Offset);
81 val_vec_type &Vals, int Offset);
83 val_vec_type &Vals, int Offset);
85 val_vec_type &Vals, int Offset);
89 std::map<const void *, val_vec_type> cs_vals_;
343 val_vec_type TmpVal; in getConstantFieldValue()
359 val_vec_type Vals(total_size, 0); in getConstantFieldValue()
386 val_vec_type &Vals, uint64_t Offset) { in fillGenericConstant()
423 val_vec_type &Vals, int Offset) { in fillConstantDataArray()
[all …]