Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddebug.cpp56 size_t TypeLen = strlen(Type); in debugTypeEnabled() local
63 if (ItemLen == TypeLen && memcmp(Type, Start, TypeLen) == 0) in debugTypeEnabled()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h87 uint32_t TypeLen; ///< Length of type section member
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1165 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
1167 TypeLen += TypeEntry->getSize(); in emitBTFSection()
1171 OS.emitInt32(TypeLen); in emitBTFSection()
1172 OS.emitInt32(TypeLen); in emitBTFSection()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp268 auto TypeLen = endian::readNext<uint16_t, llvm::endianness::little>(Data); in ReadVariableInfo() local
269 Info.setType(std::string(Data, Data + TypeLen)); in ReadVariableInfo()
270 Data += TypeLen; in ReadVariableInfo()