Searched refs:shortName (Results 1 – 3 of 3) sorted by relevance
9 1 2 3 4 : shortName : Long Name34 1 2 3 4 : shortName : Long Name
837 const std::string &shortName() const { return ShortName; } in shortName() function in __anond852eb140111::ACLEIntrinsic1720 Int.polymorphic() ? StringTable.GetOrAddStringOffset(Int.shortName()) in EmitBuiltinAliases()1828 Polymorphic ? Int.shortName() : Int.fullName(); in EmitHeader()1958 StringRef Name = Int.shortName(); in EmitBuiltinDef()2076 "__arm_" + (Polymorphic ? Int.shortName() : Int.fullName()); in EmitHeader()
2567 StringRef shortName = guessLibraryShortName(Name, isFramework, Suffix); in getLibraryShortNameByIndex() local2568 if (shortName.empty()) in getLibraryShortNameByIndex()2571 LibrariesShortNames.push_back(shortName); in getLibraryShortNameByIndex()