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.cpp1812 createParameter(ParameterType, StringRef(), Function); in visitKnownRecord()
2235 createParameter(ThisPointer, StringRef(), MemberFunction); in visitKnownRecord()
3195 LVSymbol *LVLogicalVisitor::createParameter(LVElement *Element, StringRef Name, in createParameter() function in LVLogicalVisitor
3206 LVSymbol *LVLogicalVisitor::createParameter(TypeIndex TI, StringRef Name, in createParameter() function in LVLogicalVisitor
3208 return createParameter(getElement(StreamTPI, TI), Name, Parent); in createParameter()