Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Ddebug.cpp57 size_t TypeLen = strlen(Type); in debugTypeEnabled() local
64 if (ItemLen == TypeLen && memcmp(Type, Start, TypeLen) == 0) in debugTypeEnabled()
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h86 uint32_t TypeLen; ///< Length of type section member
H A DBTFDebug.cpp1007 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
1009 TypeLen += TypeEntry->getSize(); in emitBTFSection()
1013 OS.emitInt32(TypeLen); in emitBTFSection()
1014 OS.emitInt32(TypeLen); in emitBTFSection()