Home | History | Annotate | Download | only in ToolChains

Lines Matching defs:FilePath

83     StringRef FilePath = LI->path();
84 StringRef FileName = llvm::sys::path::filename(FilePath);
95 OCML = FilePath;
97 OCKL = FilePath;
99 OpenCL = FilePath;
101 HIP = FilePath;
103 AsanRTL = FilePath;
105 FiniteOnly.Off = FilePath;
107 FiniteOnly.On = FilePath;
109 DenormalsAreZero.On = FilePath;
111 DenormalsAreZero.Off = FilePath;
113 CorrectlyRoundedSqrt.On = FilePath;
115 CorrectlyRoundedSqrt.Off = FilePath;
117 UnsafeMath.On = FilePath;
119 UnsafeMath.Off = FilePath;
121 WavefrontSize64.On = FilePath;
123 WavefrontSize64.Off = FilePath;
137 std::make_pair(GfxName.toStringRef(Tmp), FilePath.str()));