HomeSort by relevance Sort by last modified time
    Searched defs:GlobalNames (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 57 /// GlobalNames - A map of globally visible named entities for this unit.
58 StringMap<const DIE *> GlobalNames;
221 const StringMap<const DIE *> &getGlobalNames() const { return GlobalNames; }
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 216 llvm::GlobalVariable *GlobalNames =
220 GlobalNames->setInitializer(GlobalNamesInit);
221 GlobalNames->setConstant(true);
257 GlobalNames->dump();

Completed in 60 milliseconds