OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlobalTypes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
60
///
GlobalTypes
- A map of globally visible types for this unit.
61
StringMap<const DIE *>
GlobalTypes
;
222
const StringMap<const DIE *> &getGlobalTypes() const { return
GlobalTypes
; }
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
63
///
GlobalTypes
- A map of globally visible types for this unit.
65
StringMap<DIE*>
GlobalTypes
;
83
const StringMap<DIE*> &getGlobalTypes() const { return
GlobalTypes
; }
Completed in 43 milliseconds