HomeSort by relevance Sort by last modified time
    Searched refs:PrefixedFuncName (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 34 std::unique_ptr<std::string> PrefixedFuncName;
58 StringRef getFuncName() const { return StringRef(*PrefixedFuncName); }
CodeGenPGO.cpp 37 PrefixedFuncName.reset(new std::string(RawFuncName));
45 PrefixedFuncName.reset(new std::string(CGM.getCodeGenOpts().MainFileName));
46 if (PrefixedFuncName->empty())
47 PrefixedFuncName->assign("<unknown>");
48 PrefixedFuncName->append(":");
49 PrefixedFuncName->append(RawFuncName);
    [all...]

Completed in 68 milliseconds