HomeSort by relevance Sort by last modified time
    Searched refs:FSAttr (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp 70 Attribute FSAttr = F.getFnAttribute("target-features");
75 std::string FS = !FSAttr.hasAttribute(Attribute::None)
76 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 141 Attribute FSAttr =
147 std::string FS = !FSAttr.hasAttribute(Attribute::None)
148 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 126 Attribute FSAttr = F.getFnAttribute("target-features");
131 std::string FS = !FSAttr.hasAttribute(Attribute::None)
132 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 138 Attribute FSAttr = F.getFnAttribute("target-features");
143 std::string FS = !FSAttr.hasAttribute(Attribute::None)
144 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 143 Attribute FSAttr = F.getFnAttribute("target-features");
148 std::string FS = !FSAttr.hasAttribute(Attribute::None)
149 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 233 Attribute FSAttr = F.getFnAttribute("target-features");
238 std::string FS = !FSAttr.hasAttribute(Attribute::None)
239 ? FSAttr.getValueAsString().str()
  /external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp 207 Attribute FSAttr = F.getFnAttribute("target-features");
212 std::string FS = !FSAttr.hasAttribute(Attribute::None)
213 ? FSAttr.getValueAsString().str()

Completed in 546 milliseconds