Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h331 std::string SymbolPartition; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4261 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
4262 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1771 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2305 MarshallingInfoString<CodeGenOpts<"SymbolPartition">>;