Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h277 std::string SymbolPartition; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3880 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3881 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1109 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1486 Flags<[CC1Option]>, MarshallingInfoString<CodeGenOpts<"SymbolPartition">>;