Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp221 unsigned MacroType, StringRef Name, in createMacro() argument
224 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()
225 MacroType == dwarf::DW_MACINFO_define) && in createMacro()
227 auto *M = DIMacro::get(VMContext, MacroType, LineNumber, Name, Value); in createMacro()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h167 DIMacro *createMacro(DIMacroFile *Parent, unsigned Line, unsigned MacroType,