Home
last modified time | relevance | path

Searched defs:ModuleEntity (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1022 struct ModuleEntity : Node { struct
1026 ModuleEntity(ModuleName *Module_, Node *Name_) in ModuleEntity() function
1029 template <typename Fn> void match(Fn F) const { F(Module, Name); } in match()
1031 StringView getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1033 void printLeft(OutputBuffer &OB) const override { in printLeft()
/external/cronet/tot/third_party/libc++abi/src/src/demangle/
DItaniumDemangle.h1119 struct ModuleEntity : Node { struct
1123 ModuleEntity(ModuleName *Module_, Node *Name_) in ModuleEntity() function
1126 template <typename Fn> void match(Fn F) const { F(Module, Name); } in match()
1128 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1130 void printLeft(OutputBuffer &OB) const override { in printLeft()
/external/cronet/stable/third_party/libc++abi/src/src/demangle/
DItaniumDemangle.h1119 struct ModuleEntity : Node { struct
1123 ModuleEntity(ModuleName *Module_, Node *Name_) in ModuleEntity() argument
1126 template <typename Fn> void match(Fn F) const { F(Module, Name); } in match()
1128 std::string_view getBaseName() const override { return Name->getBaseName(); } in getBaseName()
1130 void printLeft(OutputBuffer &OB) const override { in printLeft()