Home
last modified time | relevance | path

Searched defs:Declare (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp141 Function *Declare = M.getFunction("llvm.dbg.declare"); stripDebugDeclareImpl() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h267 Declare, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h52 Declare, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h684 Declare, // This was originally a llvm.dbg.declare. enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp2158 auto ProcessDeclare = [&](auto *Declare, auto &DeclareList) { in runOnFunction()
2203 for (auto *Declare : Declares) { in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp612 auto UpdateDeclareIfNeeded = [&](auto *Declare) { in upgradeDeclareExpressions()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2169 if (auto *Declare = DynCastToDbgDeclare(Record)) { in buildOverlapMapAndRecordDeclares() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4797 unsigned Offset) { in EmitOMPTaskBasedDirective()