Home
last modified time | relevance | path

Searched refs:SideEffectsOnly (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLinkGraphLayer.cpp83 else if (Sym.getScope() == Scope::SideEffectsOnly) in getJITSymbolFlagsForSymbol()
H A DJITLinkReentryTrampolines.cpp144 Linkage::Strong, Scope::SideEffectsOnly, true, true); in emit()
H A DLinkGraphLinkingLayer.cpp133 if (Sym->getScope() < Scope::SideEffectsOnly) { in notifyResolved()
145 if (Sym->getScope() < Scope::SideEffectsOnly) { in notifyResolved()
H A DCOFFPlatform.cpp856 jitlink::Scope::SideEffectsOnly, false, true); in preserveInitializerSections()
H A DELFNixPlatform.cpp883 jitlink::Scope::SideEffectsOnly, false, true); in preserveInitSections()
H A DMachOPlatform.cpp1038 jitlink::Scope::SideEffectsOnly, false, true); in preserveImportantSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp255 case Scope::SideEffectsOnly: in applyLookupResult()
H A DJITLink.cpp89 case Scope::SideEffectsOnly: in getScopeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h413 enum class Scope : uint8_t { Default, Hidden, SideEffectsOnly, Local }; enumerator