Home
last modified time | relevance | path

Searched defs:Sections (Results 1 – 25 of 70) sorted by relevance

123

/llvm-project/llvm/docs/
H A DInstrProfileFormat.rst169 Binary Ids
176 Profile Metadata
255 Profile Counters
325 Bitmap
335 Names
345 Virtual Table Profile Data
365 Virtual Table Names
376 Value Profile Data
463 (CS) Profile Summary
471 Function data
[all …]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDieTest.cpp66 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
168 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
274 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
379 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
501 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
623 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = TEST() local
[all...]
H A DDWARFAcceleratorTableTest.cpp85 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
174 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
234 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
265 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
294 Expected<StringMap<std::unique_ptr<MemoryBuffer>>> Sections = in TEST() local
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp21 std::vector<Section> Sections; create() local
H A DWasmObject.h34 std::vector<Section> Sections; member
/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp105 getSectionRefsByNameOrIndex(const object::ObjectFile & Obj,ArrayRef<std::string> Sections) getSectionRefsByNameOrIndex() argument
160 printSectionsAsString(const object::ObjectFile & Obj,ArrayRef<std::string> Sections,bool Decompress) printSectionsAsString() argument
177 printSectionsAsHex(const object::ObjectFile & Obj,ArrayRef<std::string> Sections,bool Decompress) printSectionsAsHex() argument
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp64 std::vector<std::unique_ptr<Section>> Sections; extractSections() local
137 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = readLoadCommands() local
153 if (Expected<std::vector<std::unique_ptr<Section>>> Sections = readLoadCommands() local
249 std::vector<const Section *> Sections; setSymbolInRelocationInfo() local
[all...]
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp57 std::vector<Section> Sections; in readSections() local
87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
H A DCOFFObject.h144 std::vector<Section> Sections; member
/llvm-project/mlir/docs/
H A DBytecodeFormat.md108 ### Sections subsection
243 Attribute/Type EncodingsMLIR Bytecode Format""MLIR Encoding""Attribute/Type Sections global() argument
/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h140 StringMap<Section> Sections; global() variable
/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFObject.h39 std::vector<Section> Sections; member
H A DXCOFFReader.cpp18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h108 LVSections Sections; variable
/llvm-project/llvm/include/llvm/Object/
H A DELF.h533 getSection(typename ELFT::ShdrRange Sections,uint32_t Index) getSection() argument
765 getSectionStringTable(Elf_Shdr_Range Sections,WarningHandler WarnHandler) getSectionStringTable() argument
1253 getSHNDXTable(const Elf_Shdr & Section,Elf_Shdr_Range Sections) getSHNDXTable() argument
1291 getStringTableForSymtab(const Elf_Shdr & Sec,Elf_Shdr_Range Sections) getStringTableForSymtab() argument
[all...]
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp268 return Sections.takeError(); in CreateArchType() local
223 StringMap<std::unique_ptr<DebugObjectSection>> Sections; global() member in llvm::orc::ELFDebugObject
/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp73 const auto &Sections = ObjFile.getBinary()->sections(); loadObj() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h119 std::vector<Section> Sections; member
H A DMachOYAML.h77 std::vector<Section> Sections; member
143 std::vector<Section> Sections; member
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/
H A DOrcV2CBindingsMCJITLikeMemoryManager.c44 static struct Section Sections[MaxSections]; variable
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp29 SmallVector<jitlink::Section *> Sections( in orderedSections() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h141 SectionPair Sections; global() member
254 SectionList Sections; global() variable
[all...]
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h51 ArrayRef<std::unique_ptr<SectionBase>> Sections; variable
387 std::vector<const SectionBase *> Sections; variable
585 std::set<const SectionBase *, SectionCompare> Sections; global() variable
1153 std::vector<SecPtr> Sections; global() variable
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp85 Error XCOFFDumper::dumpSections(ArrayRef<Shdr> Sections) { in dumpSections()
/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp417 ArrayRef<typename ELFT::Shdr> Sections = printSymbolVersion() local

123