Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1369 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()
1377 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit()
1390 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType()
1398 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType()
H A DDwarfUnit.h114 std::string getParentContextString(const DIScope *Context) const;
H A DDwarfUnit.cpp652 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit