Home
last modified time | relevance | path

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

/freebsd-src/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 DNetBSD.cpp123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DOpenBSD.cpp115 const bool Static = Args.hasArg(options::OPT_static); ConstructJob() local
H A DMinGW.cpp70 bool Static = Args.hasArg(options::OPT_static_libgcc) || in AddLibGCC() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp46 Static, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h294 Static, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h157 enum class LookupKind { Static, DLSym }; enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp181 enum class SymtabType { Static, Dynamic }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h276 Static = 0x02, global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3380 StringRef Static = Matches[1]; sortJavaImports() local