Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp219 unsigned MacroType, StringRef Name, in createMacro() argument
222 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()
223 MacroType == dwarf::DW_MACINFO_define) && in createMacro()
225 auto *M = DIMacro::get(VMContext, MacroType, LineNumber, Name, Value); in createMacro()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h166 DIMacro *createMacro(DIMacroFile *Parent, unsigned Line, unsigned MacroType,