Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1525 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()
1533 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit()
1546 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeImpl()
1554 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType()
H A DDwarfUnit.h124 std::string getParentContextString(const DIScope *Context) const;
H A DDwarfUnit.cpp674 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit