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

12345678

/freebsd-current/lib/libmd/
H A Dmddriver.c23 #define MD 5 macro
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp55 GCFunctionInfo &MD = **FI; local
[all...]
/freebsd-current/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
136 mapping(IO &YIO, Kernel::CodeProps::Metadata &MD) argument
166 mapping(IO &YIO, Kernel::DebugProps::Metadata &MD) argument
182 mapping(IO &YIO, Kernel::Metadata &MD) argument
201 mapping(IO &YIO, HSAMD::Metadata &MD) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSanitizerBinaryMetadata.cpp51 MDNode *MD = MF.getFunction().getMetadata(LLVMContext::MD_pcsections); local
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTLambda.h27 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { argument
53 inline bool isGenericLambdaCallOperatorSpecialization(const CXXMethodDecl *MD) { argument
84 const auto *MD = dyn_cast<CXXMethodDecl>(DC); local
[all...]
/freebsd-current/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:__anon841::DirectIvarAssignment::MethodCrawler
H A DTrustNonnullChecker.cpp170 const ObjCMethodDecl *MD = MCall->getDecl(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveDIType.cpp82 MDNode *MD = Call->getMetadata(LLVMContext::MD_preserve_access_index); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h51 MacroDefinitionRead(serialization::PreprocessedEntityID, MacroDefinitionRecord *MD) argument
/freebsd-current/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-current/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.cpp199 MacroDirective *MD = this; local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp60 MetadataAsValue::MetadataAsValue(Type *Ty, Metadata *MD) argument
103 MetadataAsValue *MetadataAsValue::get(LLVMContext &Context, Metadata *MD) { argument
81 canonicalizeMetadataForValue(LLVMContext &Context, Metadata *MD) argument
111 getIfExists(LLVMContext &Context, Metadata *MD) argument
118 handleChangedMetadata(Metadata *MD) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h239 inline Metadata *MapMetadata(const Metadata *MD, ValueToValueMapTy &VM, argument
247 inline MDNode *MapMetadata(const MDNode *MD, ValueToValueMapT argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h121 std::unique_ptr<const MCDisassembler> MD; member in class:llvm::logicalview::LVBinaryReader
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h135 MutationDispatcher &MD; member in class:fuzzer::final
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp36 arrangeObjCMessageSendSignature(CodeGenModule &CGM, const ObjCMethodDecl *MD, QualType receiverType) argument
55 arrangeCXXMethodType(CodeGenModule &CGM, const CXXRecordDecl *RD, const FunctionProtoType *FTP, const CXXMethodDecl *MD) argument
H A DCGCXX.cpp223 auto *MD = cast<CXXMethodDecl>(GD.getDecl()); local
274 CodeGenFunction::BuildAppleKextVirtualCall(const CXXMethodDecl *MD, argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp177 auto &MD = M.second; local
193 auto &MD = M.second; local
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp247 const CXXMethodDecl *MD = cast<CXXMethodDecl>(CommentDecl); local
256 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(CommentDecl); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp169 MDNode *MD = F.getMetadata("llvm.amdgcn.lds.kernel.id"); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp47 ConstantInt *CrossDSOCFI::extractNumericTypeId(MDNode *MD) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp219 const ObjCMethodDecl *MD = cast<ObjCMethodDecl>(D); local
275 const CXXMethodDecl *MD = cast<CXXMethodDecl>(D); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp217 MDNode *MD = getValidBranchWeightMDNode(*SI); local

Completed in 400 milliseconds

12345678