/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObject.h | 25 uint8_t SectionType; member
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSectionMachO.cpp | 120 MachO::SectionType SectionType = getType(); in printSwitchToSection() local 197 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 53 enum SectionType { global() enum
|
/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 918 .. _SectionType: target 920 SectionType section in Enumerators 985 .. _EmulatorInstructionOption:
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink-elf.cpp | 82 enum SectionType { GOT, Stubs, AArch32Stubs, Other }; enum
|
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 192 auto SectionType = [](StringRef Name, in CreateSections() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 169 WasmYAML::SectionType SectionType; in mapping() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | XCOFFDumper.cpp | 1199 uint16_t SectionType = Sec.getSectionType(); printSectionHeaders() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 555 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
|
/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2047 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local 2055 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local 2156 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 521 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 613 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE; findMachOIndirectCovFunctions() local
|
/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 698 enum SectionType { global() enum
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 208 parseMacroOrMacinfo(MacroSecType SectionType) parseMacroOrMacinfo() argument
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 122 enum SectionType : uint32_t { enum
|