Searched refs:FindSection (Results 1 – 3 of 3) sorted by relevance
118 lldb::SBSection FindSection(const char *sect_name);
657 auto FindSection = [&](StringRef Name) -> InputSectionBase * { in readCallGraph() local681 if (InputSectionBase *From = FindSection(Fields[0])) in readCallGraph()682 if (InputSectionBase *To = FindSection(Fields[1])) in readCallGraph()
500 SBSection SBModule::FindSection(const char *sect_name) { in FindSection() function in SBModule