Searched refs:parseSectionAddress (Results 1 – 1 of 1) sorted by relevance
558 static uint64_t parseSectionAddress(StringRef S, const opt::Arg &Arg) { in parseSectionAddress() function573 Ret[Name] = parseSectionAddress(Addr, *Arg); in getSectionStartMap()577 Ret[".text"] = parseSectionAddress(Arg->getValue(), *Arg); in getSectionStartMap()579 Ret[".data"] = parseSectionAddress(Arg->getValue(), *Arg); in getSectionStartMap()581 Ret[".bss"] = parseSectionAddress(Arg->getValue(), *Arg); in getSectionStartMap()