Lines Matching defs:Name
500 // Returns hint and name fields, assuming \p Rva is pointing to a Hint/Name
503 StringRef &Name) const {
509 Name = StringRef(reinterpret_cast<const char *>(Ptr + 2));
944 StringRef Name;
945 if (Sec->Name[COFF::NameSize - 1] == 0)
947 Name = Sec->Name;
950 Name = StringRef(Sec->Name, COFF::NameSize);
953 if (Name.startswith("/")) {
955 if (Name.startswith("//")) {
956 if (decodeBase64StringEntry(Name.substr(2), Offset))
959 if (Name.substr(1).getAsInteger(10, Offset))
962 if (std::error_code EC = getString(Offset, Name))
966 Res = Name;
1304 if (std::error_code EC = OwningObject->getRvaPtr(Table[Index].Name, IntPtr))
1339 // Returns the name of the current export symbol. If the symbol is exported only
1375 // Returns the name of the current export symbol. If the symbol is exported only
1418 // If a symbol is imported only by ordinal, it has no name.