Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h156 std::string getParentContextString(DIScope Context) const;
DDwarfCompileUnit.cpp714 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()
723 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType()
DDwarfUnit.cpp894 std::string DwarfUnit::getParentContextString(DIScope Context) const { in getParentContextString() function in DwarfUnit