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.h93 MCContext *ExternalContext = nullptr; variable
128 return ExternalContext ? *ExternalContext : Context; in getContext()
131 return ExternalContext ? *ExternalContext : Context; in getContext()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp47 ExternalContext = MMI.ExternalContext; in MachineModuleInfo()
64 ExternalContext(ExtContext) { in MachineModuleInfo()