OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MDNodeToDieMap
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
51
///
MDNodeToDieMap
- Tracks the mapping of unit level debug informaton
53
DenseMap<const MDNode *, DIE *>
MDNodeToDieMap
;
99
DIE *getDIE(const MDNode *N) { return
MDNodeToDieMap
.lookup(N); }
107
MDNodeToDieMap
.insert(std::make_pair(N, D));
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
91
DenseMap<const MDNode *, DIE *>
MDNodeToDieMap
;
DwarfUnit.cpp
173
return
MDNodeToDieMap
.lookup(D);
181
MDNodeToDieMap
.insert(std::make_pair(Desc, D));
[
all
...]
Completed in 269 milliseconds