Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h87 uint32_t TypeLen; ///< Length of type section member
/src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp127 uint32_t TypeLen = Extractor.getU32(C); in parseBTF() local
133 uint32_t TypesInfoEnd = TypesInfoStart + TypeLen; in parseBTF()
143 if (TypeLen > 0 && Ctx.Opts.LoadTypes) { in parseBTF()
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
1048 TypeLen += TypeEntry->getSize(); in emitBTFSection()
1052 OS.emitInt32(TypeLen); in emitBTFSection()
1053 OS.emitInt32(TypeLen); in emitBTFSection()
/src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp269 auto TypeLen = endian::readNext<uint16_t, llvm::endianness::little>(Data); in ReadVariableInfo() local
270 Info.setType(std::string(Data, Data + TypeLen)); in ReadVariableInfo()
271 Data += TypeLen; in ReadVariableInfo()