OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSelectionKind
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Comdat.h
44
SelectionKind
getSelectionKind
() const { return SK; }
/src/external/apache2/llvm/dist/llvm/lib/IR/
Comdat.cpp
43
switch (unwrap(C)->
getSelectionKind
()) {
AsmWriter.cpp
4576
switch (
getSelectionKind
()) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LowerEmuTLS.cpp
50
to->getComdat()->setSelectionKind(from->getComdat()->
getSelectionKind
());
TargetLoweringObjectFileImpl.cpp
534
if (C->
getSelectionKind
() != Comdat::Any &&
535
C->
getSelectionKind
() != Comdat::NoDuplicates)
691
IsComdat = C->
getSelectionKind
() == Comdat::Any;
804
IsComdat = C->
getSelectionKind
() == Comdat::Any;
918
IsComdat = C->
getSelectionKind
() == Comdat::Any;
1551
switch (C->
getSelectionKind
()) {
2001
if (C->
getSelectionKind
() != Comdat::Any)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CloneModule.cpp
26
DC->setSelectionKind(SC->
getSelectionKind
());
SymbolRewriter.cpp
103
C->setSelectionKind(CD->
getSelectionKind
());
/src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp
222
Comdat::SelectionKind SSK = SrcC->
getSelectionKind
();
235
Comdat::SelectionKind DSK = DstC->
getSelectionKind
();
IRMover.cpp
1041
DC->setSelectionKind(SC->
getSelectionKind
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp
1164
NewC->setSelectionKind(C->
getSelectionKind
());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp
767
NewComdat->setSelectionKind(OrigComdat->
getSelectionKind
());
AddressSanitizer.cpp
1926
switch (C->
getSelectionKind
()) {
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1124
switch (C.
getSelectionKind
()) {
Completed in 75 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026