OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEncodedLinkage
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
1025
static unsigned
getEncodedLinkage
(const GlobalValue::LinkageTypes Linkage) {
1053
static unsigned
getEncodedLinkage
(const GlobalValue &GV) {
1054
return
getEncodedLinkage
(GV.getLinkage());
1079
// change to the
getEncodedLinkage
() function will need to be taken into
1339
Vals.push_back(
getEncodedLinkage
(GV));
1384
Vals.push_back(
getEncodedLinkage
(F));
1421
Vals.push_back(
getEncodedLinkage
(A));
1444
Vals.push_back(
getEncodedLinkage
(I));
4749
Vals.push_back(
getEncodedLinkage
(GV));
4763
Vals.push_back(
getEncodedLinkage
(F))
[
all
...]
BitcodeWriter.cpp
1025
static unsigned
getEncodedLinkage
(const GlobalValue::LinkageTypes Linkage) {
1053
static unsigned
getEncodedLinkage
(const GlobalValue &GV) {
1054
return
getEncodedLinkage
(GV.getLinkage());
1079
// change to the
getEncodedLinkage
() function will need to be taken into
1339
Vals.push_back(
getEncodedLinkage
(GV));
1384
Vals.push_back(
getEncodedLinkage
(F));
1421
Vals.push_back(
getEncodedLinkage
(A));
1444
Vals.push_back(
getEncodedLinkage
(I));
4749
Vals.push_back(
getEncodedLinkage
(GV));
4763
Vals.push_back(
getEncodedLinkage
(F))
[
all
...]
Completed in 59 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026