Home
last modified time | relevance | path

Searched refs:ExternalContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h84 MCContext *ExternalContext = nullptr; variable
144 return ExternalContext ? *ExternalContext : Context; in getContext()
147 return ExternalContext ? *ExternalContext : Context; in getContext()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp68 ExternalContext = MMI.ExternalContext; in MachineModuleInfo()
85 ExternalContext(ExtContext) { in MachineModuleInfo()