Searched refs:PrefixedFuncName (Results 1 – 2 of 2) sorted by relevance
34 std::unique_ptr<std::string> PrefixedFuncName; variable58 StringRef getFuncName() const { return StringRef(*PrefixedFuncName); } in getFuncName()
37 PrefixedFuncName.reset(new std::string(RawFuncName)); in setFuncName()45 PrefixedFuncName.reset(new std::string(CGM.getCodeGenOpts().MainFileName)); in setFuncName()46 if (PrefixedFuncName->empty()) in setFuncName()47 PrefixedFuncName->assign("<unknown>"); in setFuncName()48 PrefixedFuncName->append(":"); in setFuncName()49 PrefixedFuncName->append(RawFuncName); in setFuncName()