Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTF.h86 uint32_t TypeLen; ///< Length of type section member
H A DBTFDebug.cpp1045 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
1047 TypeLen += TypeEntry->getSize(); in emitBTFSection()
1051 OS.emitInt32(TypeLen); in emitBTFSection()
1052 OS.emitInt32(TypeLen); in emitBTFSection()