Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMangler.h31 mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMangler.cpp136 unsigned &ID = AnonGlobalIDs[GV]; in getNameWithPrefix()
138 ID = AnonGlobalIDs.size(); in getNameWithPrefix()