Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp971 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName()
979 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit()
992 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType()
1000 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType()
H A DDwarfUnit.h104 std::string getParentContextString(const DIScope *Context) const;
H A DDwarfUnit.cpp693 std::string DwarfUnit::getParentContextString(const DIScope *Context) const { in getParentContextString() function in DwarfUnit