Searched defs:SectionID (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DSymbolSize.h22 unsigned SectionID; member in struct:llvm::object::SymEntry
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h102 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } argument
[all...]
H A DRuntimeDyldCOFF.cpp82 uint64_t RuntimeDyldCOFF::getDLLImportOffset(unsigned SectionID, StubMap &Stubs, argument
H A DRuntimeDyldMachO.h29 unsigned SectionID; member in struct:llvm::RuntimeDyldMachO::SectionOffsetPair
64 RelocationEntry getRelocationEntry(unsigned SectionID, argument
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; } argument
H A DRuntimeDyldMachO.cpp54 processScatteredVANILLA( unsigned SectionID, relocation_iterator RelI, const ObjectFile &BaseObjT, RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, bool TargetIsLocalThumbFunc) argument
H A DRuntimeDyldImpl.h120 unsigned SectionID; member in class:llvm::RelocationEntry
192 unsigned SectionID = 0; member in class:llvm::RelocationValueRef
221 SymbolTableEntry(unsigned SectionID, uint64_t Offset, JITSymbolFlags Flags) argument
232 unsigned SectionID = 0; member in class:llvm::SymbolTableEntry
531 auto SectionID = KV.second.getSectionID(); local
[all...]
H A DRuntimeDyldELF.cpp1042 void *RuntimeDyldELF::computePlaceholderAddress(unsigned SectionID, uint64_ argument
999 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
1046 processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) argument
1086 resolveAArch64ShortBranch( unsigned SectionID, relocation_iterator RelI, const RelocationValueRef &Value) argument
1119 resolveAArch64Branch(unsigned SectionID, const RelocationValueRef &Value, relocation_iterator RelI, StubMap &Stubs) argument
1175 processRelocationRef( unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) argument
1908 resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset, uint32_t Type) argument
[all...]
H A DRuntimeDyld.cpp305 unsigned SectionID = AbsoluteSymbolSection; local
334 unsigned SectionID; local
377 unsigned SectionID = 0; local
742 unsigned SectionID = Sections.size(); local
824 unsigned SectionID = Sections.size(); local
913 unsigned SectionID = 0; local
927 addRelocationForSection(const RelocationEntry &RE, unsigned SectionID) argument
1059 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
1372 reassignSectionAddress(unsigned SectionID, uint64_t Addr) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp108 evaluateMIPS64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
265 resolveMIPSN32Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
274 resolveMIPSN64Relocation( const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
[all...]
H A DRuntimeDyldCOFFX86_64.h144 generateRelocationStub(unsigned SectionID, StringRef TargetName, argument
[all...]
H A DRuntimeDyldMachOAArch64.h436 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, argument
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, const ObjectFile &BaseObjT, ObjSectionToIDMap &ObjSectionToID) argument
[all...]
H A DRuntimeDyldMachOI386.h128 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, argument
146 processSECTDIFFRelocation(unsigned SectionID, relocation_iterato argument
[all...]
H A DRuntimeDyldMachOX86_64.h123 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, argument
158 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, const MachOObjectFile &BaseObj, ObjSectionToIDMap &ObjSectionToID) argument
[all...]
H A DRuntimeDyldCOFFAArch64.h100 generateRelocationStub(unsigned SectionID, StringRef TargetName, argument
[all...]
H A DRuntimeDyldMachOARM.h51 bool isAddrTargetThumb(unsigned SectionID, uint64_t Offset) { argument
289 finalizeSection(const ObjectFile &Obj, unsigned SectionID, const SectionRef &Section) argument
345 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, const ObjectFile &BaseTObj, ObjSectionToIDMap &ObjSectionToID) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp21 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
33 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
H A DExecutionEngineBindings.cpp373 allocateCodeSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
380 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool isReadOnly) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp192 SectionInfo(StringRef Name, sys::MemoryBlock MB, unsigned SectionID) argument
196 unsigned SectionID = ~0U; member in struct:TrivialMemoryManager::SectionInfo
261 allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, StringRef SectionName, unsigned SectionID) argument
286 allocateCodeSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
313 allocateDataSection(uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool IsReadOnly) argument
612 unsigned SectionID = local
782 unsigned SectionID; member in struct:StubID
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp654 Optional<MBBSectionID> SectionID; local

Completed in 228 milliseconds