Home
last modified time | relevance | path

Searched refs:NameAndAttributes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp272 NameAndAttributes &info = IterBool.first->second; in addObjCClass()
285 NameAndAttributes info; in addObjCClass()
310 NameAndAttributes &info = IterBool.first->second; in addObjCCategory()
328 NameAndAttributes &info = IterBool.first->second; in addObjCClassRef()
464 NameAndAttributes info; in addDefinedSymbol()
486 NameAndAttributes &info = _undefines[IterBool.first->first()]; in addAsmGlobalSymbol()
531 NameAndAttributes &info = IterBool.first->second; in addAsmGlobalSymbolUndef()
554 NameAndAttributes &info = IterBool.first->second; in addPotentialUndefinedSymbol()
621 for (StringMap<NameAndAttributes>::iterator u =_undefines.begin(), in parseSymbols()
626 NameAndAttributes info = u->getValue(); in parseSymbols()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h41 struct NameAndAttributes { struct
56 std::vector<NameAndAttributes> _symbols;
60 StringMap<NameAndAttributes> _undefines;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp230 std::string NameAndAttributes; in MakePropertyEncodingString() local
233 NameAndAttributes += '\0'; in MakePropertyEncodingString()
234 NameAndAttributes += TypeStr.length() + 3; in MakePropertyEncodingString()
235 NameAndAttributes += TypeStr; in MakePropertyEncodingString()
236 NameAndAttributes += '\0'; in MakePropertyEncodingString()
237 NameAndAttributes += PD->getNameAsString(); in MakePropertyEncodingString()
238 return MakeConstantString(NameAndAttributes); in MakePropertyEncodingString()