Home
last modified time | relevance | path

Searched defs:isTyped (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h225 virtual bool isTyped() const { return false; } in isTyped() function
H A DLVElement.h175 bool isTyped() const override { return ElementType != nullptr; } in isTyped() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp26 bool ResourceInfo::isTyped() const { in isTyped() function in ResourceInfo