Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h84 MCContext *ExternalContext = nullptr; variable
140 return ExternalContext ? *ExternalContext : Context; in getContext()
143 return ExternalContext ? *ExternalContext : Context; in getContext()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleInfo.cpp66 ExternalContext = MMI.ExternalContext; in MachineModuleInfo()
83 ExternalContext(ExtContext) { in MachineModuleInfo()