Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h316 std::string SymbolPartition; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3912 TypeName->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
3913 GV->setPartition(CGM.getCodeGenOpts().SymbolPartition); in BuildTypeInfo()
H A DCodeGenModule.cpp1286 GV->setPartition(CodeGenOpts.SymbolPartition); in setGVPropertiesAux()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1669 Flags<[CC1Option]>, MarshallingInfoString<CodeGenOpts<"SymbolPartition">>;