Home
last modified time | relevance | path

Searched defs:LMap (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPRBTree.h68 struct LMap struct
72 LMap *parent; argument
73 LMap *chld[NPTRS]; argument
77 LMap *next; argument
H A DPRBTree.cc45 PRBTree::LMap::LMap (Key_t _key, void *_item) in LMap() function in PRBTree::LMap
59 PRBTree::LMap::LMap (const LMap& lm) in LMap() function in PRBTree::LMap
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPRBTree.h68 struct LMap struct
72 LMap *parent; argument
73 LMap *chld[NPTRS]; argument
77 LMap *next; argument
H A DPRBTree.cc45 PRBTree::LMap::LMap (Key_t _key, void *_item) in LMap() function in PRBTree::LMap
59 PRBTree::LMap::LMap (const LMap& lm) in LMap() function in PRBTree::LMap
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp805 DenseMap<Loop *, Loop *> LMap; in cloneLoopWithPreheader() local