reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/MachOObjectFile.cpp
 2312   Suffix = StringRef();
 2323     Suffix = Foo.slice(Idx, Foo.npos);
 2324     if (Suffix != "_debug" && Suffix != "_profile")
 2324     if (Suffix != "_debug" && Suffix != "_profile")
 2325       Suffix = StringRef();
 2391     Suffix = Name.slice(Idx, a);
 2392     if (Suffix != "_debug" && Suffix != "_profile") {
 2392     if (Suffix != "_debug" && Suffix != "_profile") {
 2393       Suffix = StringRef();