Home
last modified time | relevance | path

Searched defs:Static (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHaiku.cpp29 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DDragonFly.cpp60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DOpenBSD.cpp116 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DNetBSD.cpp123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DMinGW.cpp70 bool Static = Args.hasArg(options::OPT_static_libgcc) || in AddLibGCC() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp46 Static, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp185 Static, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h294 Static, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h157 enum class LookupKind { Static, DLSym }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h283 Static = 0x02, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp187 enum class SymtabType { Static, Dynamic }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3423 StringRef Static = Matches[1]; in sortJavaImports() local