Home
last modified time | relevance | path

Searched refs:findType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp458 const BTF::CommonType *BTFParser::findType(uint32_t Id) const { in findType() function in BTFParser
530 auto *Base = BTF.findType(Type->Type); in skipModsAndTypedefs()
690 const BTF::CommonType *Type = findType(CurId); in symbolize()
704 const BTF::CommonType *NextType = findType(CurId); in symbolize()
835 Type = findType(Member.Type); in symbolize()
841 Type = findType(T->getArray().ElemType); in symbolize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTFParser.h102 const BTF::CommonType *findType(uint32_t Id) const;