OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowableClients
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/TextAPI/
InterfaceFile.cpp
51
auto Client = addEntry(
AllowableClients
, InstallName);
149
if (
AllowableClients
!= O.
AllowableClients
)
TextStub.cpp
211
std::vector<FlowStringRef>
AllowableClients
;
294
IO.mapOptional("allowed-clients", Section.
AllowableClients
);
296
IO.mapOptional("allowable-clients", Section.
AllowableClients
);
462
for (const auto &Library : File->
allowableClients
())
479
for (const auto &Library : File->
allowableClients
())
481
Section.
AllowableClients
.emplace_back(Library.getInstallName());
645
for (const auto &Lib : Section.
AllowableClients
)
842
assignTargetsToLibrary(File->
allowableClients
(),
AllowableClients
);
930
for (const auto &CurrentSection :
AllowableClients
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
InterfaceFile.h
301
const std::vector<InterfaceFileRef> &
allowableClients
() const {
302
return
AllowableClients
;
433
std::vector<InterfaceFileRef>
AllowableClients
;
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026