Home
last modified time | relevance | path

Searched refs:encodeTemplateArgument (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h106 virtual void encodeTemplateArgument(std::string &Name) const {} in encodeTemplateArgument() function
234 void encodeTemplateArgument(std::string &Name) const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVType.cpp398 void LVTypeParam::encodeTemplateArgument(std::string &Name) const { in encodeTemplateArgument() function in LVTypeParam
H A DLVScope.cpp537 Type->encodeTemplateArgument(Name); in encodeTemplateArguments()