Searched defs:MD (Results 1 - 25 of 171) sorted by relevance

1234567

/freebsd-12-stable/lib/libmd/
H A Dmddriver.c26 #define MD 5 macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DMemCpyOptimizer.h40 MemoryDependenceResults *MD = nullptr; member in class:llvm::MemCpyOptPass
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp58 GCFunctionInfo &MD = **FI; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { argument
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { argument
132 mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) argument
162 mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) argument
178 mapping(IO &YIO, Kernel::Metadata &MD) argument
197 mapping(IO &YIO, HSAMD::Metadata &MD) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTLambda.h27 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { argument
38 inline bool isGenericLambdaCallOperatorSpecialization(const CXXMethodDecl *MD) { argument
69 CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(DC); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp29 arrangeObjCMessageSendSignature(CodeGenModule &CGM, const ObjCMethodDecl *MD, QualType receiverType) argument
48 arrangeCXXMethodType(CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
H A DCGCXX.cpp224 auto *MD = cast<CXXMethodDecl>(GD.getDecl()); local
276 CodeGenFunction::BuildAppleKextVirtualCall(const CXXMethodDecl *MD, argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp42 const auto *MD = dyn_cast<CXXMethodDecl>(LCtx->getDecl()); local
[all...]
H A DDirectIvarAssignment.cpp61 const ObjCMethodDecl *MD; member in class:__anon3336::DirectIvarAssignment::MethodCrawler
H A DTrustNonnullChecker.cpp171 const ObjCMethodDecl *MD = MCall->getDecl(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp107 Metadata *MD = local
117 Metadata *MD = local
126 Metadata *MD = local
[all...]
H A DProfileSummary.cpp84 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { argument
100 static bool isKeyValuePair(MDTuple *MD, const char *Key, const char *Val) { argument
113 getSummaryFromMD(MDTuple *MD, SummaryEntryVector &Summary) argument
142 getFromMD(Metadata *MD) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp82 Ifdef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) argument
89 Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) argument
H A DMacroInfo.cpp179 MacroDirective *MD = this; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp106 auto &MD = ClangModuleDeps[ModName]; local
113 auto &MD = ClangModuleDeps[ModName]; local
[all...]
H A DModuleDepCollector.cpp109 addAllSubmoduleDeps(const Module *M, ModuleDeps &MD) argument
117 addModuleDep(const Module *M, ModuleDeps &MD) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DTrackingMDRef.h26 Metadata *MD = nullptr; member in class:llvm::TrackingMDRef
30 explicit TrackingMDRef(Metadata *MD) : MD(MD) { track(); } argument
66 reset(Metadata *MD) argument
111 TypedTrackingMDRef(T *MD) argument
135 reset(T *MD) argument
148 getSimplifiedValue(TrackingMDRef &MD) argument
154 getSimplifiedValue(const TrackingMDRef &MD) argument
162 getSimplifiedValue(TypedTrackingMDRef<T> &MD) argument
170 getSimplifiedValue(const TypedTrackingMDRef<T> &MD) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h228 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, argument
236 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapT argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h51 MacroDefinitionRead(serialization::PreprocessedEntityID, MacroDefinitionRecord *MD) argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h72 GCRoot(int N, const Constant *MD) : Num(N), Metadata(MD) {} argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp218 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(D); local
274 const CXXMethodDecl *MD = cast<CXXMethodDecl>(D); local
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h129 MutationDispatcher &MD; member in class:fuzzer::Fuzzer
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h121 bool VisitObjCMethodDecl(ObjCMethodDecl *MD) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp246 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); local
253 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp66 ConstantInt *CrossDSOCFI::extractNumericTypeId(MDNode *MD) { argument

Completed in 173 milliseconds

1234567