Home
last modified time | relevance | path

Searched refs:MacroList (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugMacro.h43 typedef SmallVector<Entry, 4> MacroList; typedef
46 MacroList Macros;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugMacro.h43 using MacroList = SmallVector<Entry, 4>; variable
46 MacroList Macros;
/external/v8/src/torque/
Ddeclarations.cc139 for (auto& m : MacroList::cast(declarable)->list()) { in TryLookupMacro()
243 MacroList* Declarations::GetMacroListForName(const std::string& name, in GetMacroListForName()
246 MacroList* macro_list = nullptr; in GetMacroListForName()
248 macro_list = new MacroList(); in GetMacroListForName()
255 macro_list = MacroList::cast(previous); in GetMacroListForName()
Ddeclarable.h260 class MacroList : public Declarable {
262 DECLARE_DECLARABLE_BOILERPLATE(MacroList, macro_list);
271 MacroList() : Declarable(Declarable::kMacroList) {} in MacroList() function
Ddeclarations.h144 MacroList* GetMacroListForName(const std::string& name,
Dimplementation-visitor.cc1206 for (Macro* m : MacroList::cast(declarable)->list()) { in LookupCall()