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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 89 /// addGlobal - Add a new global entity to the compile unit.
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; }
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 150 void addGlobal(VariableDeclaration *Global) {
  /frameworks/av/media/libstagefright/xmlparser/
MediaCodecsXmlParser.cpp 164 Result addGlobal(std::string key, std::string value, bool updating);
872 Result res = mState->data().addGlobal(std::string(prefix ? : "") + a_name, a_value, update);
879 MediaCodecsXmlParser::Impl::Result MediaCodecsXmlParser::Impl::Data::addGlobal(
    [all...]

Completed in 434 milliseconds