Home
last modified time | relevance | path

Searched refs:getArgumentList (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp142 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord()
151 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord()
H A DTypeDumpVisitor.cpp318 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord()
331 printTypeIndex("ArgListType", MF.getArgumentList()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp621 printTypeIndex("ArgListType", Proc.getArgumentList(), StreamTPI); in visitKnownRecord()
2214 printTypeIndex("ArgListType", MF.getArgumentList(), StreamTPI); in visitKnownRecord()
2241 CVType CVArguments = Types.getType(MF.getArgumentList()); in visitKnownRecord()
2242 if (Error Err = finishVisitation(CVArguments, MF.getArgumentList(), in visitKnownRecord()
2422 printTypeIndex("ArgListType", Proc.getArgumentList(), StreamTPI); in visitKnownRecord()
2436 CVType CVArguments = Types.getType(Proc.getArgumentList()); in visitKnownRecord()
2437 if (Error Err = finishVisitation(CVArguments, Proc.getArgumentList(), in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h161 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function
192 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function