/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 32 assert(F->getArgumentList().size() == 2); in TEST() 62 assert(F->getArgumentList().size() == 2); in TEST() 92 assert(F->getArgumentList().size() == 2); in TEST() 122 assert(F->getArgumentList().size() == 2); in TEST() 153 assert(F->getArgumentList().size() == 2); in TEST() 183 assert(F->getArgumentList().size() == 2); in TEST() 213 assert(F->getArgumentList().size() == 2); in TEST() 243 assert(F->getArgumentList().size() == 2); in TEST()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 62 Argument &Arg = F.getArgumentList().front(); in needsFPFromSig()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 136 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() 145 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 317 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord() 330 printTypeIndex("ArgListType", MF.getArgumentList()); in visitKnownRecord()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 472 const ArgumentListType &getArgumentList() const { 476 ArgumentListType &getArgumentList() {
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 138 StringRef Params = Types.getTypeName(Proc.getArgumentList()); in visitKnownRecord() 147 StringRef Params = Types.getTypeName(MF.getArgumentList()); in visitKnownRecord()
|
D | TypeDumpVisitor.cpp | 317 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitKnownRecord() 330 printTypeIndex("ArgListType", MF.getArgumentList()); in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 495 const ArgumentListType &getArgumentList() const { in getArgumentList() function 499 ArgumentListType &getArgumentList() { in getArgumentList() function
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 40 Builder.writeTypeIndex(Record.getArgumentList()); in writeProcedure() 55 Builder.writeTypeIndex(Record.getArgumentList()); in writeMemberFunction()
|
D | TypeDumper.cpp | 337 printTypeIndex("ArgListType", Proc.getArgumentList()); in visitProcedure() 340 StringRef ArgListTypeName = getTypeName(Proc.getArgumentList()); in visitProcedure() 357 printTypeIndex("ArgListType", MF.getArgumentList()); in visitMemberFunction() 362 StringRef ArgListTypeName = getTypeName(MF.getArgumentList()); in visitMemberFunction()
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 141 CLI->lowerFormalArguments(MIRBuilder, F.getArgumentList(), VRegArgs); in runOnMachineFunction()
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 70 Instead of having to go through getArgumentList for simple things like
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2002-06-25-MegaPatchInfo.txt | 70 Instead of having to go through getArgumentList for simple things like
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 166 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function 197 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 164 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function 208 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 160 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function 191 TypeIndex getArgumentList() const { return ArgumentList; } in getArgumentList() function
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 584 CallInst::Create(&F->getArgumentList().front(), Args, "", BB); in getOrBuildTrampolineFunction() 598 &F->getArgumentList().back(), RI); in getOrBuildTrampolineFunction() 909 unsigned ArgIdx = A->getArgNo() + F->getArgumentList().size() / 2; in getShadow()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 51 Par->getArgumentList().push_back(this); in Argument()
|
/external/kotlinx.metadata/ |
D | kotlinx-metadata-jvm-0.1.0.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/metadata/
kotlinx/ ... |
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1621 See the method [llvm::Function::getArgumentList]. *) 1625 See the method [llvm::Function::getArgumentList]. *)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 1570 See the method [llvm::Function::getArgumentList]. *) 1574 See the method [llvm::Function::getArgumentList]. *)
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3744 std::next(cast<llvm::Function>(TaskFunction)->getArgumentList().begin(), in emitTaskInit()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/external/guice/extensions/struts2/lib/ |
D | jsp-api-2.1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/llvm/docs/ |
D | ProgrammersManual.rst | 3385 * ``Function::ArgumentListType &getArgumentList()``
|