Home
last modified time | relevance | path

Searched refs:SymbolPartition (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h327 std::string SymbolPartition; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3986 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3987 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1672 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2188 MarshallingInfoString<CodeGenOpts<"SymbolPartition">>;