Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h92 MCContext *ExternalContext = nullptr; variable
148 return ExternalContext ? *ExternalContext : Context; in getContext()
151 return ExternalContext ? *ExternalContext : Context; in getContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp65 ExternalContext = MMI.ExternalContext; in MachineModuleInfo()
82 ExternalContext(ExtContext) { in MachineModuleInfo()