Searched refs:parentSym (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ObjC.cpp | 451 void emitAndLinkPointerList(Defined *parentSym, uint32_t linkAtOffset, 455 Defined *emitAndLinkProtocolList(Defined *parentSym, uint32_t linkAtOffset, 853 Defined *parentSym, uint32_t linkAtOffset, in emitAndLinkProtocolList() argument 884 newStringData(symName.c_str()), /*file=*/parentSym->getObjectFile(), in emitAndLinkProtocolList() 891 parentSym->getObjectFile()->symbols.push_back(ptrListSym); in emitAndLinkProtocolList() 894 createSymbolReference(parentSym, ptrListSym, linkAtOffset, in emitAndLinkProtocolList() 911 Defined *parentSym, uint32_t linkAtOffset, in emitAndLinkPointerList() argument 944 newStringData(symName.c_str()), /*file=*/parentSym->getObjectFile(), in emitAndLinkPointerList() 951 parentSym->getObjectFile()->symbols.push_back(ptrListSym); in emitAndLinkPointerList() 954 createSymbolReference(parentSym, ptrListSym, linkAtOffset, in emitAndLinkPointerList()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 535 auto parentSym = prevailingSectionMap.find(name); in maybeAssociateSEHForMingw() local 536 if (parentSym != prevailingSectionMap.end()) in maybeAssociateSEHForMingw() 537 readAssociativeDefinition(sym, def, parentSym->second); in maybeAssociateSEHForMingw()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 2179 if (SymbolRef parentSym = val.getAsSymbol()) in getBindingForDerivedDefaultValue() local 2180 return svalBuilder.getDerivedRegionValueSymbolVal(parentSym, R); in getBindingForDerivedDefaultValue() 2330 if (SymbolRef parentSym = V->getAsSymbol()) in getBindingForObjCIvar() local 2331 return svalBuilder.getDerivedRegionValueSymbolVal(parentSym, R); in getBindingForObjCIvar()
|