Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h88 MCContext *ExternalContext = nullptr; variable
168 return ExternalContext ? *ExternalContext : Context; in getContext()
171 return ExternalContext ? *ExternalContext : Context; in getContext()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp232 ExternalContext = MMI.ExternalContext; in MachineModuleInfo()
249 ExternalContext(ExtContext) { in MachineModuleInfo()