Searched refs:ContainerName (Results 1 – 7 of 7) sorted by relevance
849 StringRef ContainerName; in createIndexName() local851 ContainerName = TheContainer->getName(); in createIndexName()853 size_t Len = ContainerName.size(); in createIndexName()854 if (Len > 1 && ContainerName.endswith(Style == NS_UpperCase ? "S" : "s")) { in createIndexName()855 IteratorName = std::string(ContainerName.substr(0, Len - 1)); in createIndexName()861 if (Len > 2 && ContainerName.endswith(Style == NS_UpperCase ? "S_" : "s_")) { in createIndexName()862 IteratorName = std::string(ContainerName.substr(0, Len - 2)); in createIndexName()
81 std::string ContainerName = CD->getNameAsString(); in isTest() local82 StringRef CN(ContainerName); in isTest()
336 [&DebugMap, &RL, this](StringRef ContainerName, in link()345 StringRef ObjFile = ContainerName; in link()
795 std::string ContainerName = in linkAndVerify() local797 StubMap[ContainerName][SymbolName] = {SectionID, StubOffset}; in linkAndVerify()
225 typedef std::function<ErrorOr<DWARFFile &>(StringRef ContainerName,
3596 ContainerName string `json:"containerName,omitempty"` member