Searched defs:isExported (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 79 bool isExported() const { return Linkage >= RecordLinkage::Rexported; } isExported() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 144 bool isExported() const { in isExported() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolWasm.h | 55 bool isExported() const { isExported() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 449 thinLTOInternalizeAndPromoteGUID(ValueInfo VI,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteGUID() argument 529 thinLTOInternalizeAndPromoteInIndex(ModuleSummaryIndex & Index,function_ref<bool (StringRef,ValueInfo)> isExported,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing) thinLTOInternalizeAndPromoteInIndex() argument 1782 auto isExported = [&](StringRef ModuleIdentifier, ValueInfo VI) { runThinLTO() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 479 bool isExported() const { in isExported() function 929 function_ref<bool(StringRef, ValueInfo)> isExported, in updateIndexWPDForExports() argument
|
H A D | LowerTypeTests.cpp | 307 bool isExported() const { in isExported() function in __anon939db9b50111::GlobalTypeMember
|