Searched refs:SideEffectsOnly (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LinkGraphLayer.cpp | 83 else if (Sym.getScope() == Scope::SideEffectsOnly) in getJITSymbolFlagsForSymbol()
|
| H A D | JITLinkReentryTrampolines.cpp | 144 Linkage::Strong, Scope::SideEffectsOnly, true, true); in emit()
|
| H A D | LinkGraphLinkingLayer.cpp | 133 if (Sym->getScope() < Scope::SideEffectsOnly) { in notifyResolved() 145 if (Sym->getScope() < Scope::SideEffectsOnly) { in notifyResolved()
|
| H A D | COFFPlatform.cpp | 856 jitlink::Scope::SideEffectsOnly, false, true); in preserveInitializerSections()
|
| H A D | ELFNixPlatform.cpp | 883 jitlink::Scope::SideEffectsOnly, false, true); in preserveInitSections()
|
| H A D | MachOPlatform.cpp | 1038 jitlink::Scope::SideEffectsOnly, false, true); in preserveImportantSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkGeneric.cpp | 255 case Scope::SideEffectsOnly: in applyLookupResult()
|
| H A D | JITLink.cpp | 89 case Scope::SideEffectsOnly: in getScopeName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 413 enum class Scope : uint8_t { Default, Hidden, SideEffectsOnly, Local }; enumerator
|