Searched refs:Reexports (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DylibVerifier.h | 80 DylibVerifier(llvm::MachO::Records &&Dylib, ReexportedInterfaces &&Reexports, in DylibVerifier() argument 84 : Dylib(std::move(Dylib)), Reexports(std::move(Reexports)), in DylibVerifier() 192 ReexportedInterfaces Reexports; variable
|
H A D | Context.h | 32 LibAttrs Reexports; member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 35 Reexports[*Trampoline] = ReexportsEntry{&SourceJD, std::move(SymbolName)}; in getCallThroughTrampoline() 48 auto I = Reexports.find(TrampolineAddr); in findReexport() 49 if (I == Reexports.end()) in findReexport()
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 110 Reexports, enumerator 389 case TBDKey::Reexports: in getSymbolSection() 642 auto ReexportsOrErr = getSymbolSection(File, TBDKey::Reexports, Targets); in parseToInterfaceFile() 645 TargetsToSymbols Reexports = std::move(*ReexportsOrErr); in parseToInterfaceFile() local 679 for (auto &[Targets, Symbols] : Reexports) in parseToInterfaceFile() 985 Array Reexports = serializeSymbols(File->reexports(), ActiveTargets); in serializeIF() local 986 insertNonEmptyValues(Library, TBDKey::Reexports, std::move(Reexports)); in serializeIF()
|
H A D | TextStub.cpp | 858 handleSymbols(Reexports, File->reexports()); in NormalizedTBD_V4() 936 handleSymbols(Reexports, SymbolFlags::Rexported); in denormalize() 954 SectionList Reexports; member 1039 IO.mapOptional("reexports", Keys->Reexports); in mapKeysToValuesV4()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 81 ReexportsMap Reexports; variable
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 195 if (Reexports.empty()) in shouldIgnoreReexport() 198 for (const InterfaceFile &Lib : Reexports) { in shouldIgnoreReexport()
|