Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp1126 LLVMNamedMDNodeRef NextMD = nullptr; in declare_symbols() local
1134 NextMD = LLVMGetNextNamedMetadata(CurMD); in declare_symbols()
1135 if (NextMD == nullptr) { in declare_symbols()
1141 LLVMNamedMDNodeRef PrevMD = LLVMGetPreviousNamedMetadata(NextMD); in declare_symbols()
1145 CurMD = NextMD; in declare_symbols()
1345 LLVMNamedMDNodeRef NextMD = nullptr; in clone_symbols() local
1362 NextMD = LLVMGetNextNamedMetadata(CurMD); in clone_symbols()
1363 if (NextMD == nullptr) { in clone_symbols()
1369 LLVMNamedMDNodeRef PrevMD = LLVMGetPreviousNamedMetadata(NextMD); in clone_symbols()
1373 CurMD = NextMD; in clone_symbols()