Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h277 std::string SymbolPartition; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp3920 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3921 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
DCodeGenModule.cpp1139 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td1490 Flags<[CC1Option]>, MarshallingInfoString<CodeGenOpts<"SymbolPartition">>;