Home
last modified time | relevance | path

Searched refs:getParentContextString (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h148 std::string getParentContextString(const DIScope *Context) const;
DDwarfCompileUnit.cpp721 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()
730 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType()
DDwarfUnit.cpp787 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit