OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getTypeByID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
424
std::function<Type *(unsigned)>
getTypeByID
;
647
std::function<Type *(unsigned)>
getTypeByID
,
651
TheModule(TheModule),
getTypeByID
(std::move(
getTypeByID
)),
1237
Type *Ty =
getTypeByID
(Record[0]);
1257
Type *Ty =
getTypeByID
(Record[i]);
1279
Type *Ty =
getTypeByID
(Record[0]);
2313
std::function<Type *(unsigned)>
getTypeByID
)
2315
Stream, TheModule, ValueList, std::move(
getTypeByID
), IsImporting)) {}
BitcodeReader.cpp
620
Type *
getTypeByID
(unsigned ID) {
670
ResVal = getFnValueByID(ValNo,
getTypeByID
(TypeNo));
1675
B.addByValAttr(HasType ?
getTypeByID
(Record[++i]) : nullptr);
1677
B.addStructRetAttr(HasType ?
getTypeByID
(Record[++i]) : nullptr);
1679
B.addByRefAttr(
getTypeByID
(Record[++i]));
1681
B.addPreallocatedAttr(
getTypeByID
(Record[++i]));
1683
B.addInAllocaAttr(HasType ?
getTypeByID
(Record[++i]) : nullptr);
1805
ResultTy =
getTypeByID
(Record[0]);
1826
if (Type *T =
getTypeByID
(Record[i]))
1832
ResultTy =
getTypeByID
(Record[2])
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026