Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp299 [[maybe_unused]] StringRef MDName = in getSectionPrefix() local
301 assert((MDName == "section_prefix" || in getSectionPrefix()
302 (isa<Function>(this) && MDName == "function_section_prefix")) && in getSectionPrefix()
H A DBasicBlock.cpp673 MDString *MDName = cast<MDString>(MDIrrLoopHeader->getOperand(0)); in getIrrLoopHeaderWeight() local
674 if (MDName->getString() == "loop_header_weight") { in getIrrLoopHeaderWeight()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp569 auto *MDName = MDString::get(Ty->getContext(), OS.str()); in solveTypeName() local
570 return MDName->getString(); in solveTypeName()
594 auto *MDName = MDString::get(Ty->getContext(), Buffer.str()); in solveTypeName() local
595 return MDName->getString(); in solveTypeName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1587 auto EmitVersion = [this](StringRef MDName, int Version) { in EmitOpenCLMetadata() argument
1593 llvm::NamedMDNode *OCLVerMD = TheModule.getOrInsertNamedMetadata(MDName); in EmitOpenCLMetadata()