Searched defs:Sect (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h54 uint8_t Sect = 0; member in struct:llvm::jitlink::MachOLinkGraphBuilder::NormalizedSymbol
38 NormalizedSymbol(Optional<StringRef> Name, uint64_t Value, uint8_t Type, uint8_t Sect, uint16_t Desc, Linkage L, Scope S) argument
H A DMachOLinkGraphBuilder.cpp212 uint8_t Sect; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp117 EmitPubSection(raw_ostream &OS, const DWARFYAML::PubSection &Sect, bool IsLittleEndian) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp117 NativeSession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp222 DIASession::findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp218 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, argument
H A DMachOObjectFile.cpp179 MachO::section_64 Sect = O.getSection64(Sec); local
182 MachO::section Sect = O.getSection(Sec); local
1932 MachO::section_64 Sect = getSection64(Sec); local
1937 MachO::section Sect = getSection(Sec); local
1963 MachO::section_64 Sect = getSection64(Sec); local
1967 MachO::section Sect = getSection(Sec); local
1978 MachO::section_64 Sect = getSection64(Sec); local
1981 MachO::section Sect = getSection(Sec); local
2068 MachO::section_64 Sect = getSection64(Sec); local
2071 MachO::section Sect = getSection(Sec); local
4413 MachO::section_64 Sect = getSection64(Sec); local
4416 MachO::section Sect = getSection(Sec); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp335 MachO::section Sect = Obj->getSection(Sec); local
347 MachO::section_64 Sect = Obj->getSection64(Sec); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1752 void AddSection(SectionAddressInfo Info, SectionSP Sect) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1522 auto Sect = find_if(LiteralSections, [&](const SectionRef &R) { local

Completed in 309 milliseconds