Searched refs:NextMD (Results 1 – 1 of 1) sorted by relevance
1126 LLVMNamedMDNodeRef NextMD = nullptr; in declare_symbols() local1134 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() local1362 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()