Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp121 const DIType *ResolvedType = tryRemoveAtomicType(DTy->getBaseType()); in completeType() local
122 if (!ResolvedType) { in completeType()
128 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType()
552 const DIType *ResolvedType = tryRemoveAtomicType(DTy->getBaseType()); in completeType() local
553 if (!ResolvedType) in completeType()
556 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp877 const auto ResolvedType = Type.value_or(sys::fs::file_type::regular_file); in addFile() local
911 ResolvedType, ResolvedPerms})); in addFile()
915 return ResolvedType == sys::fs::file_type::directory_file; in addFile()