Searched defs:Static (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Haiku.cpp | 29 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | DragonFly.cpp | 60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | OpenBSD.cpp | 116 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | NetBSD.cpp | 123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | MinGW.cpp | 70 bool Static = Args.hasArg(options::OPT_static_libgcc) || in AddLibGCC() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 46 Static, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 185 Static, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 294 Static, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 157 enum class LookupKind { Static, DLSym }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 283 Static = 0x02, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 187 enum class SymtabType { Static, Dynamic }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3423 StringRef Static = Matches[1]; in sortJavaImports() local
|