HomeSort by relevance Sort by last modified time
    Searched refs:ProtobufIRDumper (Results 1 - 2 of 2) sorted by null

  /development/vndk/tools/header-checker/src/repr/protobuf/
ir_dumper.h 28 class ProtobufIRDumper : public IRDumper, public IRToProtobufConverter {
60 ProtobufIRDumper(const std::string &dump_path)
63 ~ProtobufIRDumper() override {}
ir_dumper.cpp 315 bool ProtobufIRDumper::AddLinkableMessageIR (const LinkableMessageIR *lm) {
346 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) {
357 bool ProtobufIRDumper::AddElfObjectIR(const ElfObjectIR *elf_object) {
368 bool ProtobufIRDumper::AddElfSymbolMessageIR(const ElfSymbolIR *em) {
378 bool ProtobufIRDumper::AddRecordTypeIR(const RecordTypeIR *recordp) {
387 bool ProtobufIRDumper::AddFunctionTypeIR(const FunctionTypeIR *function_typep) {
396 bool ProtobufIRDumper::AddFunctionIR(const FunctionIR *functionp) {
405 bool ProtobufIRDumper::AddEnumTypeIR(const EnumTypeIR *enump) {
414 bool ProtobufIRDumper::AddGlobalVarIR(const GlobalVarIR *global_varp) {
423 bool ProtobufIRDumper::AddPointerTypeIR(const PointerTypeIR *pointerp)
    [all...]

Completed in 62 milliseconds