Home
last modified time | relevance | path

Searched defs:sect_name (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBSection.cpp82 lldb::SBSection SBSection::FindSubSection(const char *sect_name) { in FindSubSection()
DSBModule.cpp560 SBSection SBModule::FindSection(const char *sect_name) { in FindSection()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp188 llvm::Optional<ConstString> sect_name = GetWasmString(data, c); in DecodeNextSection() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp750 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType()
843 llvm::StringRef sect_name = GetSectionName(m_sect_headers[idx]); in CreateSections() local
/external/llvm-project/lldb/tools/compact-unwind/
Dcompact-unwind-dumper.c222 char sect_name[17]; in scan_macho_load_commands() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp2066 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols() local
2206 ConstString sect_name = symbol_section_sp->GetName(); in ParseSymbols() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp2756 const char *sect_name = args.GetArgumentAtIndex(i); in DoExecute() local