Home
last modified time | relevance | path

Searched refs:getABIName (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.cpp52 if (Options.getABIName().startswith("o32")) in computeTargetABI()
54 else if (Options.getABIName().startswith("n32")) in computeTargetABI()
56 else if (Options.getABIName().startswith("n64")) in computeTargetABI()
58 else if (!Options.getABIName().empty()) in computeTargetABI()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.cpp70 if (Options.MCOptions.getABIName() == "aapcs16") in computeTargetABI()
72 else if (Options.MCOptions.getABIName().startswith("aapcs")) in computeTargetABI()
74 else if (Options.MCOptions.getABIName().startswith("apcs")) in computeTargetABI()
77 assert(Options.MCOptions.getABIName().empty() && in computeTargetABI()
/external/llvm/lib/MC/
DMCTargetOptions.cpp22 StringRef MCTargetOptions::getABIName() const { in getABIName() function in llvm::MCTargetOptions
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp159 if (Options.MCOptions.getABIName().startswith("elfv1")) in computeTargetABI()
161 else if (Options.MCOptions.getABIName().startswith("elfv2")) in computeTargetABI()
164 assert(Options.MCOptions.getABIName().empty() && in computeTargetABI()
/external/llvm/include/llvm/MC/
DMCTargetOptions.h47 StringRef getABIName() const;