Searched refs:getEnvironment (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86Subtarget.h246 return In64BitMode && (TargetTriple.getEnvironment() == Triple::GNUX32);
251 return In64BitMode && (TargetTriple.getEnvironment() != Triple::GNUX32);
319 return (TargetTriple.getEnvironment() == Triple::ELF ||
331 return (TargetTriple.getEnvironment() != Triple::ELF &&
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCAsmInfo.cpp89 bool isX32 = T.getEnvironment() == Triple::GNUX32;
H A DX86MCTargetDesc.cpp271 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
276 } else if (TheTriple.getEnvironment() == Triple::ELF) {
365 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
368 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
H A DX86AsmBackend.cpp806 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO)
811 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
824 if (TheTriple.isOSDarwin() || TheTriple.getEnvironment() == Triple::MachO) {
834 if (TheTriple.isOSWindows() && TheTriple.getEnvironment() != Triple::ELF)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h186 /// getEnvironment - Get the parsed environment type of this triple.
187 EnvironmentType getEnvironment() const { return Environment; } function in class:llvm::Triple
355 return getEnvironment() == Triple::MachO || isOSDarwin();
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h313 return TargetTriple.getEnvironment() == Triple::EABI;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DWindowsToolChain.cpp46 if (getTriple().getEnvironment() == llvm::Triple::MachO)
H A DToolChain.cpp224 Triple.getEnvironment() == llvm::Triple::GNUEABIHF
H A DToolChains.cpp1194 if (TargetTriple.getEnvironment() == llvm::Triple::GNUEABIHF) {
1660 getTriple().getEnvironment() == llvm::Triple::Android));
2051 switch (getTriple().getEnvironment()) {
2330 if (TargetTriple.getEnvironment() == llvm::Triple::GNUEABIHF) {
2435 const bool IsAndroid = Triple.getEnvironment() == llvm::Triple::Android;
2711 if (getTriple().getEnvironment() == llvm::Triple::GNUEABIHF)
H A DSanitizerArgs.cpp175 bool IsAndroid = (TC.getTriple().getEnvironment() == llvm::Triple::Android);
H A DTools.cpp745 switch(Triple.getEnvironment()) {
831 if (Triple.getEnvironment() == llvm::Triple::EABI ||
839 switch(Triple.getEnvironment()) {
1313 if (Triple.getEnvironment() == llvm::Triple::Android)
1847 if (TC.getTriple().getEnvironment() == llvm::Triple::Android) {
5780 switch(getToolChain().getTriple().getEnvironment()) {
6352 bool isAndroid = Triple.getEnvironment() == llvm::Triple::Android;
6390 if (ToolChain.getTriple().getEnvironment() == llvm::Triple::Android)
6399 if (ToolChain.getTriple().getEnvironment() == llvm::Triple::GNUEABIHF)
6433 ToolChain.getTriple().getEnvironment()
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp733 (T.isOSDarwin() || T.getEnvironment() == Triple::MachO)) {
737 (T.getEnvironment() != Triple::ELF) &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DTargets.cpp350 if (Triple.getEnvironment() == llvm::Triple::Android)
5424 assert(getTriple().getEnvironment() == llvm::Triple::UnknownEnvironment &&
5824 if (Triple.isOSDarwin() || Triple.getEnvironment() == llvm::Triple::MachO)
5858 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
5864 Triple.getEnvironment() != llvm::Triple::UnknownEnvironment)
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h115 /// getEnvironment - Return the environment associated with this state.
117 const Environment& getEnvironment() const { return Env; } function in class:clang::ento::ProgramState
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp378 if (Triple(TM.getTargetTriple()).getEnvironment() == Triple::GNU) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp244 bool IsAndroid = TargetTriple.getEnvironment() == llvm::Triple::Android;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp5583 Triple.getEnvironment() == llvm::Triple::GNUEABIHF))
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2155 bool isGNU = Triple(TM.getTargetTriple()).getEnvironment() == Triple::GNU;

Completed in 322 milliseconds