OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExactMatch
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSection.cpp
65
bool
ExactMatch
= false;
67
ExactMatch
= MI->first == Subsection;
68
if (
ExactMatch
)
76
if (!
ExactMatch
&& Subsection != 0) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Comdat.cpp
46
case Comdat::
ExactMatch
:
65
Cd->setSelectionKind(Comdat::
ExactMatch
);
AsmWriter.cpp
4580
case Comdat::
ExactMatch
:
4581
ROS << "
exactmatch
";
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Comdat.h
35
ExactMatch
, ///< The data referenced by the COMDAT must be the same.
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-matchers.cc
286
case UnorderedMatcherRequire::
ExactMatch
:
310
if (match_flags() == UnorderedMatcherRequire::
ExactMatch
) {
316
if (match_flags() == UnorderedMatcherRequire::
ExactMatch
) {
327
case UnorderedMatcherRequire::
ExactMatch
:
351
if (match_flags() == UnorderedMatcherRequire::
ExactMatch
) {
357
if (match_flags() == UnorderedMatcherRequire::
ExactMatch
) {
/src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp
183
case Comdat::SelectionKind::
ExactMatch
:
196
if (Result == Comdat::SelectionKind::
ExactMatch
) {
199
"':
ExactMatch
violated!");
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
2910
ExactMatch
= Superset | Subset,
3006
if (match_flags() == UnorderedMatcherRequire::
ExactMatch
) {
3088
UnorderedMatcherRequire::
ExactMatch
, matchers.begin(),
3580
internal::UnorderedMatcherRequire::
ExactMatch
, first, last);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
1554
case Comdat::
ExactMatch
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
1928
case Comdat::
ExactMatch
:
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
1159
return Comdat::
ExactMatch
;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1127
case Comdat::
ExactMatch
:
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
693
SK = Comdat::
ExactMatch
;
Completed in 39 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026