Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h89 MAX_VLEN = 0xffff ///< Max # of struct/union/enum members or func args enumerator
DBTFDebug.cpp428 if (VLen > BTF::MAX_VLEN) in visitSubroutineType()
452 if (VLen > BTF::MAX_VLEN) in visitStructType()
517 if (VLen > BTF::MAX_VLEN) in visitEnumType()
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h89 MAX_VLEN = 0xffff ///< Max # of struct/union/enum members or func args enumerator
DBTFDebug.cpp434 if (VLen > BTF::MAX_VLEN) in visitSubroutineType()
458 if (VLen > BTF::MAX_VLEN) in visitStructType()
523 if (VLen > BTF::MAX_VLEN) in visitEnumType()