Searched refs:parentSym (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 474 void emitAndLinkPointerList(Defined *parentSym, uint32_t linkAtOffset, 478 Defined *emitAndLinkProtocolList(Defined *parentSym, uint32_t linkAtOffset, 852 Defined *parentSym, uint32_t linkAtOffset, in emitAndLinkProtocolList() argument 883 newStringData(symName.c_str()), /*file=*/parentSym->getObjectFile(), in emitAndLinkProtocolList() 890 parentSym->getObjectFile()->symbols.push_back(ptrListSym); in emitAndLinkProtocolList() 893 createSymbolReference(parentSym, ptrListSym, linkAtOffset, in emitAndLinkProtocolList() 910 Defined *parentSym, uint32_t linkAtOffset, in emitAndLinkPointerList() argument 943 newStringData(symName.c_str()), /*file=*/parentSym->getObjectFile(), in emitAndLinkPointerList() 950 parentSym->getObjectFile()->symbols.push_back(ptrListSym); in emitAndLinkPointerList() 953 createSymbolReference(parentSym, ptrListSym, linkAtOffset, in emitAndLinkPointerList()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 390 auto parentSym = prevailingSectionMap.find(name); in maybeAssociateSEHForMingw() local 391 if (parentSym != prevailingSectionMap.end()) in maybeAssociateSEHForMingw() 392 readAssociativeDefinition(sym, def, parentSym->second); in maybeAssociateSEHForMingw()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 2020 if (SymbolRef parentSym = val.getAsSymbol()) in getBindingForDerivedDefaultValue() local 2021 return svalBuilder.getDerivedRegionValueSymbolVal(parentSym, R); in getBindingForDerivedDefaultValue() 2171 if (SymbolRef parentSym = V->getAsSymbol()) in getBindingForObjCIvar() local 2172 return svalBuilder.getDerivedRegionValueSymbolVal(parentSym, R); in getBindingForObjCIvar()
|