/llvm-project/llvm/docs/ |
H A D | InstrProfileFormat.rst | 169 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 D | DWARFDieTest.cpp | 66 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 D | DWARFAcceleratorTableTest.cpp | 85 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 D | WasmReader.cpp | 21 std::vector<Section> Sections; create() local
|
H A D | WasmObject.h | 34 std::vector<Section> Sections; member
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 105 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 D | MachOReader.cpp | 64 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 D | COFFReader.cpp | 57 std::vector<Section> Sections; in readSections() local 87 ArrayRef<Section> Sections = Obj.getSections(); in readSymbols() local
|
H A D | COFFObject.h | 144 std::vector<Section> Sections; member
|
/llvm-project/mlir/docs/ |
H A D | BytecodeFormat.md | 108 ### Sections subsection 243 Attribute/Type EncodingsMLIR Bytecode Format""MLIR Encoding""Attribute/Type Sections global() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h | 140 StringMap<Section> Sections; global() variable
|
/llvm-project/llvm/lib/ObjCopy/XCOFF/ |
H A D | XCOFFObject.h | 39 std::vector<Section> Sections; member
|
H A D | XCOFFReader.cpp | 18 ArrayRef<XCOFFSectionHeader32> Sections = XCOFFObj.sections32(); in readSections() local
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 108 LVSections Sections; variable
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELF.h | 533 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 D | DebugObjectManagerPlugin.cpp | 268 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 D | InstrumentationMap.cpp | 73 const auto &Sections = ObjFile.getBinary()->sections(); loadObj() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | COFFYAML.h | 119 std::vector<Section> Sections; member
|
H A D | MachOYAML.h | 77 std::vector<Section> Sections; member 143 std::vector<Section> Sections; member
|
/llvm-project/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 44 static struct Section Sections[MaxSections]; variable
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | ExecutableFileMemoryManager.cpp | 29 SmallVector<jitlink::Section *> Sections( in orderedSections() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 141 SectionPair Sections; global() member 254 SectionList Sections; global() variable [all...] |
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 51 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 D | xcoff2yaml.cpp | 85 Error XCOFFDumper::dumpSections(ArrayRef<Shdr> Sections) { in dumpSections()
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 417 ArrayRef<typename ELFT::Shdr> Sections = printSymbolVersion() local
|