OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExportFuncMetadata
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp
300
llvm::NamedMDNode const *
ExportFuncMetadata
;
335
ExportFuncMetadata
= mModule->getNamedMetadata(ExportFuncMetadataName);
341
runLTO(new llvm::TargetData(*TD), ExportVarMetadata,
ExportFuncMetadata
);
347
ExportVarMetadata,
ExportFuncMetadata
) != 0) {
399
if (
ExportFuncMetadata
) {
403
for (int i = 0, e =
ExportFuncMetadata
->getNumOperands(); i != e; i++) {
404
llvm::MDNode *ExportFunc =
ExportFuncMetadata
->getOperand(i);
524
llvm::NamedMDNode const *
ExportFuncMetadata
) {
618
if (
ExportFuncMetadata
) {
621
for (int i = 0, e =
ExportFuncMetadata
->getNumOperands(); i != e; i++)
[
all
...]
Compiler.h
170
llvm::NamedMDNode const *
ExportFuncMetadata
);
180
llvm::NamedMDNode const *
ExportFuncMetadata
);
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
236
const llvm::NamedMDNode *
ExportFuncMetadata
=
249
if (
ExportFuncMetadata
) {
250
mExportFuncCount =
ExportFuncMetadata
->getNumOperands();
Completed in 138 milliseconds