Searched refs:SID (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h35 uint64_t SymOffset, SID SectionID);
38 uint64_t SymOffset, SID SectionID);
57 uint64_t SymOffset, SID SectionID);
H A DRuntimeDyldCOFFX86_64.h30 SmallVector<SID, 2> UnregisteredEHFrameSections;
31 SmallVector<SID, 2> RegisteredEHFrameSections;
H A DRuntimeDyldELFMips.cpp110 int64_t Addend, uint64_t SymOffset, SID SectionID) {
120 << " SID: " << format("%d", SectionID)
267 int64_t Addend, uint64_t SymOffset, SID SectionID) {
276 int64_t Addend, uint64_t SymOffset, SID SectionID) {
H A DRuntimeDyldCOFFAArch64.h69 SmallVector<SID, 2> UnregisteredEHFrameSections;
70 SmallVector<SID, 2> RegisteredEHFrameSections;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h39 EHFrameRelatedSections(SID EH, SID T, SID Ex)
41 SID EHFrameSID;
42 SID TextSID;
43 SID ExceptTabSID;
H A DRuntimeDyldELF.h30 uint64_t SymOffset = 0, SID SectionID = 0);
142 DenseMap<SID, SID> SectionToGOTMap;
155 SmallVector<SID, 2> UnregisteredEHFrameSections;
H A DRuntimeDyldImpl.h257 typedef unsigned SID; // Type for SectionIDs typedef in class:llvm::RuntimeDyldImpl
258 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
H A DRuntimeDyldELF.cpp230 SID EHFrameSID = UnregisteredEHFrameSections[i];
937 uint64_t SymOffset, SID SectionID) {
/freebsd-12-stable/sys/netinet6/
H A Dscope6.c82 #define SID(ifp) \ macro
154 sid = SID(ifp);
214 /* We only need to lock the interface's afdata for SID() to work. */
216 sid = SID(ifp);
426 sid = SID(ifp);
491 return (SID(ifp)->s6id_list[scope]);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1298 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
1301 if (SID)
1302 Out << "@implementation " << I << " : " << *SID; local
1317 else if (SID || (OID->decls_begin() != OID->decls_end())) {
1329 ObjCInterfaceDecl *SID = OID->getSuperClass(); local
1348 if (SID)
1372 else if (SID || (OID->decls_begin() != OID->decls_end())) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5145 SelectorID SID = SelectorIDs[Sel];
5146 if (SID == 0 && Chain) {
5150 SID = SelectorIDs[Sel];
5152 if (SID == 0) {
5153 SID = NextSelectorID++;
5154 SelectorIDs[Sel] = SID;
5156 return SID;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp369 StringIdRecord SID(TypeIndex(), ScopeName);
370 auto TI = TypeTable.writeLeafType(SID);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3740 ObjCInterfaceDecl *SID) {
3745 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II);
3739 DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3958 void DiagnoseDuplicateIvars(ObjCInterfaceDecl *ID, ObjCInterfaceDecl *SID);

Completed in 172 milliseconds