OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GUIDPreservedSymbols
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp
328
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
) {
356
//
GUIDPreservedSymbols
set, that means that it is visibile outside
361
!
GUIDPreservedSymbols
.count(VI.getGUID()));
404
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
) {
417
recordNewLinkage,
GUIDPreservedSymbols
);
997
DenseSet<GlobalValue::GUID>
GUIDPreservedSymbols
;
1009
GUIDPreservedSymbols
.insert(GUID);
1024
computeDeadSymbolsWithConstProp(ThinLTO.CombinedIndex,
GUIDPreservedSymbols
,
1035
Result = runThinLTO(AddStream, Cache,
GUIDPreservedSymbols
);
1400
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
) {
[
all
...]
ThinLTOCodeGenerator.cpp
292
DenseSet<GlobalValue::GUID>
GUIDPreservedSymbols
(PreservedSymbols.size());
294
GUIDPreservedSymbols
);
295
return
GUIDPreservedSymbols
;
420
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
,
448
if (!ExportList.empty() || !
GUIDPreservedSymbols
.empty()) {
492
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
,
513
GUIDPreservedSymbols
);
616
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
;
619
const DenseSet<GlobalValue::GUID> &
GUIDPreservedSymbols
)
620
: ExportLists(ExportLists),
GUIDPreservedSymbols
(GUIDPreservedSymbols) {
[
all
...]
Completed in 35 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026