| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | PredicateExpander.cpp | 419 const Record *Rec = Fn.getDeclaration(); in expandHeader() 446 Fn.getDeclaration()->getValueAsBit("UpdatesOpcodeMask"); in expandPrologue() 450 Fn.getDeclaration()->getValueAsListOfDefs("Delegates")) { in expandPrologue() 507 Fn.getDeclaration()->getValueAsBit("UpdatesOpcodeMask"); in expandBody() 539 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue() 545 const Record *Rec = Fn.getDeclaration(); in expandSTIPredicate()
|
| H A D | CodeGenSchedule.h | 425 const Record *getDeclaration() const { return FunctionDeclaration; } in getDeclaration() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Nodes.h | 419 Declaration *getDeclaration(); 434 Declaration *getDeclaration();
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.h | 109 inline Function *getDeclaration(Module *M, ID id, ArrayRef<Type *> Tys = {}) {
|
| H A D | DebugInfoMetadata.h | 2306 getUnit(), getTemplateParams(), getDeclaration(), in cloneImpl() 2443 DISubprogram *getDeclaration() const { in getDeclaration() function
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Nodes.cpp | 371 syntax::Declaration *syntax::TemplateDeclaration::getDeclaration() { in getDeclaration() function in syntax::TemplateDeclaration 385 syntax::Declaration *syntax::ExplicitTemplateInstantiation::getDeclaration() { in getDeclaration() function in syntax::ExplicitTemplateInstantiation
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 941 const NamedDecl *getDeclaration() const { in getDeclaration() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 1215 else if (auto *SPDecl = SP->getDeclaration()) { in constructAbstractSubprogramScopeDIE() 1719 auto *SPDecl = SP->getDeclaration(); in applySubprogramAttributesToDefinition()
|
| H A D | CodeViewDebug.cpp | 456 if (SP->getDeclaration()) in getMemberFunctionType() 457 SP = SP->getDeclaration(); in getMemberFunctionType() 458 assert(!SP->getDeclaration() && "should use declaration as key"); in getMemberFunctionType()
|
| H A D | DwarfUnit.cpp | 1348 if (auto *SPDecl = SP->getDeclaration()) { in getOrCreateSubprogramDIE() 1374 if (auto *SPDecl = SP->getDeclaration()) { in applySubprogramDefinitionAttributes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 921 if (DISubprogram *Decl = SP->getDeclaration()) { in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1549 Record.push_back(VE.getMetadataOrNullID(N->getDeclaration())); in writeDISubprogram()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2156 Record.push_back(VE.getMetadataOrNullID(N->getDeclaration())); in writeDISubprogram()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 1555 CheckDI(N.getDeclaration(), in visitDISubprogram()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 1475 R.FunctionCanBeCall = canFunctionBeCalled(R.getDeclaration(), BaseExprType); in AddResult()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 21224 …getDeclarationEPNS_6ModuleENS0_2IDEPPKNS_4TypeEj", "llvm::Intrinsic::getDeclaration(llvm::Module*,…
|