Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h276 LVSymbol *createParameter(TypeIndex TI, StringRef Name, LVScope *Parent);
277 LVSymbol *createParameter(LVElement *Element, StringRef Name,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1805 createParameter(ParameterType, StringRef(), Function); in visitKnownRecord()
2229 createParameter(ThisPointer, StringRef(), MemberFunction); in visitKnownRecord()
3190 LVSymbol *LVLogicalVisitor::createParameter(LVElement *Element, StringRef Name, in createParameter() function in LVLogicalVisitor
3201 LVSymbol *LVLogicalVisitor::createParameter(TypeIndex TI, StringRef Name, in createParameter() function in LVLogicalVisitor
3203 return createParameter(getElement(StreamTPI, TI), Name, Parent); in createParameter()