Searched refs:ContainerName (Results 1 – 5 of 5) sorted by relevance
855 StringRef ContainerName; in createIndexName() local857 ContainerName = TheContainer->getName(); in createIndexName()859 size_t Len = ContainerName.size(); in createIndexName()860 if (Len > 1 && ContainerName.endswith(Style == NS_UpperCase ? "S" : "s")) { in createIndexName()861 IteratorName = std::string(ContainerName.substr(0, Len - 1)); in createIndexName()867 if (Len > 2 && ContainerName.endswith(Style == NS_UpperCase ? "S_" : "s_")) { in createIndexName()868 IteratorName = std::string(ContainerName.substr(0, Len - 2)); in createIndexName()
81 std::string ContainerName = CD->getNameAsString(); in isTest() local82 StringRef CN(ContainerName); in isTest()
846 std::string ContainerName = in linkAndVerify() local848 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()
595 [&DebugMap, &RL, this](StringRef ContainerName, in link()604 StringRef ObjFile = ContainerName; in link()
217 typedef std::function<ErrorOr<DWARFFile &>(StringRef ContainerName,