Home
last modified time | relevance | path

Searched refs:Reexports (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDylibVerifier.h80 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 DContext.h32 LibAttrs Reexports; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp35 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 DTextStubV5.cpp110 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 DTextStub.cpp858 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 DLazyReexports.h81 ReexportsMap Reexports; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp195 if (Reexports.empty()) in shouldIgnoreReexport()
198 for (const InterfaceFile &Lib : Reexports) { in shouldIgnoreReexport()