OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSAttr
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetMachine.cpp
78
Attribute
FSAttr
= F.getFnAttribute("target-features");
83
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
84
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp
138
Attribute
FSAttr
= F.getFnAttribute("target-features");
143
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
144
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/Sparc/
SparcTargetMachine.cpp
82
Attribute
FSAttr
= F.getFnAttribute("target-features");
87
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
88
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/X86/
X86TargetMachine.cpp
183
Attribute
FSAttr
= F.getFnAttribute("target-features");
188
StringRef FS = !
FSAttr
.hasAttribute(Attribute::None)
189
?
FSAttr
.getValueAsString()
/external/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp
162
Attribute
FSAttr
=
168
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
169
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp
252
Attribute
FSAttr
= F.getFnAttribute("target-features");
257
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
258
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
212
Attribute
FSAttr
= F.getFnAttribute("target-features");
217
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
218
?
FSAttr
.getValueAsString().str()
/external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.cpp
165
Attribute
FSAttr
= F.getFnAttribute("target-features");
167
return
FSAttr
.hasAttribute(Attribute::None) ?
169
FSAttr
.getValueAsString();
/external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
226
Attribute
FSAttr
= F.getFnAttribute("target-features");
231
std::string FS = !
FSAttr
.hasAttribute(Attribute::None)
232
?
FSAttr
.getValueAsString().str()
Completed in 1171 milliseconds