Searched refs:getArgumentList (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 142 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() 151 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 318 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord() 331 printTypeIndex("ArgListType", MF.getArgumentList()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 621 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 D | TypeRecord.h | 161 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function 192 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function
|