Home
last modified time | relevance | path

Searched defs:Rel (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h307 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { in getRelSection()
865 void ELFObjectFile<ELFT>::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
871 ELFObjectFile<ELFT>::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
889 uint64_t ELFObjectFile<ELFT>::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
898 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
913 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
920 ELFObjectFile<ELFT>::getRelocationAddend(DataRefImpl Rel) const { in getRelocationAddend()
928 ELFObjectFile<ELFT>::getRel(DataRefImpl Rel) const { in getRel()
DELFTypes.h62 using Rel = Elf_Rel_Impl<ELFType<E, Is64>, false>; member
DELF.h474 ELFFile<ELFT>::getRelocationSymbol(const Elf_Rel *Rel, in getRelocationSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp303 uint32_t Rel = R.getType(); in resolveMips32() local
322 uint32_t Rel = R.getType(); in resolveSparc32() local
DWasmObjectFile.cpp1478 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationOffset() local
1483 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationSymbol() local
1493 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationType() local
1499 const wasm::WasmRelocation &Rel = getWasmRelocation(Ref); in getRelocationTypeName() local
DXCOFFObjectFile.cpp349 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
DCOFFObjectFile.cpp1278 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
DMachOObjectFile.cpp2159 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.h381 Elf32_Rel Rel; in writeData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1506 ELFYAML::DynamicEntry &Rel) { in mapping()
1552 ELFYAML::Relocation &Rel) { in mapping()
DCOFFYAML.cpp410 COFFYAML::Relocation &Rel) { in mapping()
DELFEmitter.cpp811 for (const auto &Rel : Section.Relocations) { in writeSectionContent() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp179 raw_ostream &operator<<(raw_ostream &OS, const WasmRelocationEntry &Rel) { in operator <<()
1484 auto HandleReloc = [&](const WasmRelocationEntry &Rel) { in writeObject()
DMachObjectWriter.cpp968 for (const RelAndSymbol &Rel : make_range(Relocs.rbegin(), Relocs.rend())) { in writeObject() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp563 RelocationValueRef &Rel) { in findPPC64TOCSection()
604 RelocationValueRef &Rel) { in findOPDEntrySection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1052 NodeList Rel = getRelatedRefs(IA, DA); in pushClobbers() local
1098 NodeList Rel = getRelatedRefs(IA, DA); in pushDefs() local
DHexagonCommonGEP.cpp474 static const NodeSet *node_class(GepNode *N, NodeSymRel &Rel) { in node_class()
/third_party/mindspore/mindspore/
D_checkparam.py32 class Rel(Enum): class