Home
last modified time | relevance | path

Searched refs:GetTypes (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
Dsanitizer_wrappers.cpp40 struct GetTypes;
43 struct GetTypes<R(Args...)> { struct
57 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
58 GetTypes<__VA_ARGS__>::Arg<0>::Type) __attribute__((weak)); \
59 GetTypes<__VA_ARGS__>::Result Function( \
60 GetTypes<__VA_ARGS__>::Arg<0>::Type arg0) { \
65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
66 GetTypes<__VA_ARGS__>::Arg<0>::Type, \
67 GetTypes<__VA_ARGS__>::Arg<1>::Type) __attribute__((weak)); \
68 GetTypes<__VA_ARGS__>::Result Function( \
[all …]
/external/llvm-project/lldb/bindings/interface/
DSBCompileUnit.i103 A list of types in this compile unit that match type_mask") GetTypes;
105 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
DSBModule.i286 A list of types in this module that match type_mask") GetTypes;
288 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
/external/llvm-project/lldb/source/API/
DSBCompileUnit.cpp128 lldb::SBTypeList SBCompileUnit::GetTypes(uint32_t type_mask) { in GetTypes() function in SBCompileUnit
129 LLDB_RECORD_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t), in GetTypes()
147 symfile->GetTypes(m_opaque_ptr, type_class, type_list); in GetTypes()
260 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBCompileUnit, GetTypes, (uint32_t)); in RegisterMethods()
DSBModule.cpp540 lldb::SBTypeList SBModule::GetTypes(uint32_t type_mask) { in GetTypes() function in SBModule
541 LLDB_RECORD_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t), in GetTypes()
555 symfile->GetTypes(nullptr, type_class, type_list); in GetTypes()
756 LLDB_REGISTER_METHOD(lldb::SBTypeList, SBModule, GetTypes, (uint32_t)); in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/type_get_module/
DTestTypeGetModule.py73 cu_type = self.find_type(comp_unit.GetTypes(), 'compile_unit1_type')
77 cu_type = self.find_type(comp_unit.GetTypes(), 'compile_unit2_type')
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DManualDWARFIndex.h43 void GetTypes(ConstString name,
45 void GetTypes(const DWARFDeclContext &context,
DDebugNamesDWARFIndex.cpp194 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex
204 m_fallback.GetTypes(name, callback); in GetTypes()
207 void DebugNamesDWARFIndex::GetTypes( in GetTypes() function in DebugNamesDWARFIndex
218 m_fallback.GetTypes(context, callback); in GetTypes()
DDWARFIndex.h46 virtual void GetTypes(ConstString name,
48 virtual void GetTypes(const DWARFDeclContext &context,
DAppleDWARFIndex.h49 void GetTypes(ConstString name,
51 void GetTypes(const DWARFDeclContext &context,
DDebugNamesDWARFIndex.h43 void GetTypes(ConstString name,
45 void GetTypes(const DWARFDeclContext &context,
DAppleDWARFIndex.cpp108 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
116 void AppleDWARFIndex::GetTypes( in GetTypes() function in AppleDWARFIndex
DManualDWARFIndex.cpp366 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
372 void ManualDWARFIndex::GetTypes( in GetTypes() function in ManualDWARFIndex
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmodule.cpp40 std::vector<Instruction*> Module::GetTypes() { in GetTypes() function in spvtools::opt::Module
48 std::vector<const Instruction*> Module::GetTypes() const { in GetTypes() function in spvtools::opt::Module
Dmodule.h128 std::vector<Instruction*> GetTypes();
129 std::vector<const Instruction*> GetTypes() const;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.cpp40 std::vector<Instruction*> Module::GetTypes() { in GetTypes() function in spvtools::opt::Module
48 std::vector<const Instruction*> Module::GetTypes() const { in GetTypes() function in spvtools::opt::Module
Dmodule.h128 std::vector<Instruction*> GetTypes();
129 std::vector<const Instruction*> GetTypes() const;
/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationConfig.cs49 typeof(SerializationBenchmark).Assembly.GetTypes()
/external/llvm-project/lldb/include/lldb/API/
DSBCompileUnit.h64 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
DSBModule.h235 lldb::SBTypeList GetTypes(uint32_t type_mask = lldb::eTypeClassAny);
/external/llvm-project/lldb/examples/python/
Dtypes.py279 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
316 types = module.GetTypes(
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DSanityTest.cs64 foreach (var t in assembly.GetTypes()) in DiscoverAllTestClasses()
/external/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
DSymbolFileSymtab.h83 void GetTypes(lldb_private::SymbolContextScope *sc_scope,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp37 for (const auto& type_inst : GetIRContext()->module()->GetTypes()) { in Apply()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_parameters.cpp37 for (const auto& type_inst : GetIRContext()->module()->GetTypes()) { in Apply()

12