Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/libc/test/src/stdio/printf_core/
H A Dconverter_test.cpp183 LIBC_NAMESPACE::printf_core::FormatSection section; in TEST_F() local
197 LIBC_NAMESPACE::printf_core::FormatSection section; in TEST_F() local
214 LIBC_NAMESPACE::printf_core::FormatSection section; in TEST_F() local
229 LIBC_NAMESPACE::printf_core::FormatSection section; in TEST_F() local
243 LIBC_NAMESPACE::printf_core::FormatSection section; in TEST_F() local
/llvm-project/libc/src/stdlib/
H A Dstr_from_util.h36 printf_core::FormatSection section; parse_format_string() local
107 strfromfloat_convert(printf_core::Writer * writer,const printf_core::FormatSection & section) strfromfloat_convert() argument
[all...]
H A Dstrfromf.cpp19 printf_core::FormatSection section = global() variable
H A Dstrfromd.cpp19 printf_core::FormatSection section = global() variable
H A Dstrfroml.cpp19 printf_core::FormatSection section = global() variable
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp79 void DWARFDebugInfo::ParseUnitsFor(DIERef::Section section) { in ParseUnitsFor()
193 uint32_t DWARFDebugInfo::FindUnitIndex(DIERef::Section section, in FindUnitIndex()
211 DWARFUnit *DWARFDebugInfo::GetUnitAtOffset(DIERef::Section section, in GetUnitAtOffset()
226 DWARFDebugInfo::GetUnitContainingDIEOffset(DIERef::Section section, in GetUnitContainingDIEOffset()
256 DWARFDebugInfo::GetDIE(DIERef::Section section, dw_offset_t die_offset) { in GetDIE()
H A DDIERef.h33 DIERef(std::optional<uint32_t> file_index,Section section,dw_offset_t die_offset) DIERef() argument
65 Section section() const { return static_cast<Section>(m_section); } section() function
H A DDWARFCompileUnit.h37 DIERef::Section section, bool is_dwo) in DWARFCompileUnit()
H A DDWARFTypeUnit.h37 DIERef::Section section, bool is_dwo) in DWARFTypeUnit()
/llvm-project/lldb/test/API/lang/cpp/gmodules/pch-chain/
H A Dpch.h12 struct Submatrix section; member
/llvm-project/bolt/docs/
H A Dgenerate_doc.py18 def add_info(sections, section, option, description): argument
/llvm-project/lldb/examples/python/
H A Dsymbolication.py191 def InitWithSBTargetAndSBSection(cls, target, section): argument
321 def add_section(self, section): argument
687 def print_module_section_data(section): argument
696 def print_module_section(section, depth): argument
/llvm-project/lldb/test/API/lang/cpp/gmodules/alignment/
H A Dpch.h17 struct Submatrix section; member
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp150 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local
189 int section = get_section(id); in __kmp_i18n_catgets() local
379 int section = get_section(kmp_i18n_prp_Version); in __kmp_i18n_do_catopen() local
542 int section = get_section(id); in __kmp_i18n_catgets() local
/llvm-project/lldb/source/API/
H A DSBAddress.cpp37 SBAddress::SBAddress(lldb::SBSection section, lldb::addr_t offset) in SBAddress()
88 void SBAddress::SetAddress(lldb::SBSection section, lldb::addr_t offset) { in SetAddress()
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp190 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() argument
208 ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() argument
/llvm-project/lld/MachO/
H A DInputSection.h67 InputSection(Kind kind, const Section &section, ArrayRef<uint8_t> data, in InputSection() argument
96 const Section &section; global() variable
109 InputSection(ConcatKind,section,data,align) InputSection() argument
200 CStringInputSection(const Section & section,ArrayRef<uint8_t> data,uint32_t align,bool dedupLiterals) CStringInputSection() argument
[all...]
H A DTarget.h170 using section = llvm::MachO::section_64; member
154 using section = llvm::MachO::section_64; global() member
H A DWriter.cpp569 LCCodeSignature(CodeSignatureSection * section) LCCodeSignature() argument
581 CodeSignatureSection *section; global() member in __anonf2ed8e120111::LCCodeSignature
586 LCExportsTrie(ExportSection * section) LCExportsTrie() argument
598 ExportSection *section; global() member in __anonf2ed8e120111::LCExportsTrie
603 LCChainedFixups(ChainedFixupsSection * section) LCChainedFixups() argument
615 ChainedFixupsSection *section; global() member in __anonf2ed8e120111::LCChainedFixups
[all...]
/llvm-project/libc/src/stdio/scanf_core/
H A Dparser.h57 FormatSection section; get_next_section() local
[all...]
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression() local
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h284 struct section { struct
285 Namesection global() argument
286 VirtualSizesection global() argument
287 VirtualAddresssection global() argument
288 SizeOfRawDatasection global() argument
289 PointerToRawDatasection global() argument
290 PointerToRelocationssection global() argument
291 PointerToLineNumberssection global() argument
292 NumberOfRelocationssection global() argument
293 NumberOfLineNumberssection global() argument
294 Characteristicssection global() argument
/llvm-project/lldb/source/Core/
H A DSection.cpp333 IsDescendant(const Section * section) IsDescendant() argument
673 for (const auto &section : m_sections) { GetDebugInfoSize() local
687 fromJSON(const llvm::json::Value & value,lldb_private::JSONSection & section,llvm::json::Path path) fromJSON() argument
[all...]
/llvm-project/lld/wasm/
H A DInputFiles.cpp222 setRelocs(const std::vector<T * > & chunks,const WasmSection * section) setRelocs() argument
471 const WasmSection &section = wasmObj->getWasmSection(sec); parse() local
633 InputChunk *section = customSectionsByIndex[sym.Info.ElementIndex]; createDefined() local
[all...]
/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp485 ReadSectionData(Section * section,lldb::offset_t section_offset,void * dst,size_t dst_len) ReadSectionData() argument
534 ReadSectionData(Section * section,DataExtractor & section_data) ReadSectionData() argument
666 RelocateSection(lldb_private::Section * section) RelocateSection() argument
[all...]

1234