Home
last modified time | relevance | path

Searched defs:MDName (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h99 StringRef MDName; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp689 MDString *MDName = cast<MDString>(MDIrrLoopHeader->getOperand(0)); in getIrrLoopHeaderWeight() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp989 auto *MDName = MDString::get(Ty->getContext(), OS.str()); in solveTypeName() local
1014 auto *MDName = MDString::get(Ty->getContext(), Buffer.str()); in solveTypeName() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1430 auto EmitVersion = [this](StringRef MDName, int Version) { in EmitOpenCLMetadata()