Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2002-06-25-MegaPatchInfo.txt70 Instead of having to go through getArgumentList for simple things like
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1623 See the method [llvm::Function::getArgumentList]. *)
1627 See the method [llvm::Function::getArgumentList]. *)
/llvm-project-15.0.7/llvm/docs/
H A DProgrammersManual.rst3922 * ``Function::ArgumentListType &getArgumentList()``