Searched refs:Vendor (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFStreamer.h114 void emitAttributesSection(StringRef Vendor, const Twine &Section, argument
116 createAttributesSection(Vendor, Section, Type, AttributeSection, Contents);
122 void createAttributesSection(StringRef Vendor, const Twine &Section,
H A DMCStreamer.h155 virtual void switchVendor(StringRef Vendor);
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/KR/
H A DKR.pm45 MacKorean EUC-KR + Apple Vendor Mappings
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/TW/
H A DTW.pm41 MacChineseTrad Big5 + Apple Vendor Mappings
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h302 VendorType Vendor{};
328 Vendor == Other.Vendor && OS == Other.OS &&
361 VendorType getVendor() const { return Vendor; }
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp891 Vendor(UnknownVendor), OS(UnknownOS), Environment(UnknownEnvironment),
900 Vendor = parseVendor(Components[1]);
933 Vendor(parseVendor(VendorStr.str())),
950 Vendor(parseVendor(VendorStr.str())),
974 VendorType Vendor = UnknownVendor; local
976 Vendor = parseVendor(Components[1]);
994 Found[1] = Vendor != UnknownVendor;
1020 Vendor = parseVendor(Comp);
1021 Valid = Vendor != UnknownVendor;
1100 // Special case logic goes here. At this point Arch, Vendor an
[all...]
H A DHost.cpp1261 const VendorSignatures Vendor = getVendorSignature(&MaxLeaf); local
1262 if (Vendor == VendorSignatures::UNKNOWN)
1280 if (Vendor == VendorSignatures::GENUINE_INTEL) {
1283 } else if (Vendor == VendorSignatures::AUTHENTIC_AMD) {
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp89 void switchVendor(StringRef Vendor) override;
185 void ARMTargetAsmStreamer::switchVendor(StringRef Vendor) {}
411 void switchVendor(StringRef Vendor) override;
786 void ARMTargetELFStreamer::switchVendor(StringRef Vendor) {
787 assert(!Vendor.empty() && "Vendor cannot be empty.");
789 if (CurrentVendor == Vendor)
797 CurrentVendor = Vendor;
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::switchVendor(StringRef Vendor) {} argument
/openbsd-current/sys/stand/efi/include/
H A Defidevp.h361 VENDOR_DEVICE_PATH Vendor; member in union:__anon10022
395 VENDOR_DEVICE_PATH *Vendor; member in union:__anon10023
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dcpu_model.c795 unsigned Vendor; local
804 getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX) || MaxLeaf < 1) {
819 if (Vendor == SIG_INTEL) {
825 } else if (Vendor == SIG_AMD) {
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCELFStreamer.cpp831 StringRef Vendor, const Twine &Section, unsigned Type,
852 // Vendor size + Vendor name + '\0'
853 const size_t VendorHeaderSize = 4 + Vendor.size() + 1;
861 emitBytes(Vendor);
830 createAttributesSection( StringRef Vendor, const Twine &Section, unsigned Type, MCSection *&AttributeSection, SmallVector<AttributeItem, 64> &AttrsVec) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp512 const char *Vendor = getPALMetadata()->getVendor(); local
517 EmitNote(Vendor, MCConstantExpr::create(Blob.size(), getContext()), Type,
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml54 (* Vendor extensions: *)
H A Dllvm_debuginfo.mli54 (* Vendor extensions: *)

Completed in 288 milliseconds