/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolData.cpp | 40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 376 struct DataSection : Section { struct 377 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument 379 static bool classof(const Section *S) { in classof() 383 std::vector<DataSegment> Segments;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 372 struct DataSection : Section { struct 373 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function 375 static bool classof(const Section *S) { in classof() 379 std::vector<DataSegment> Segments;
|
/external/llvm-project/lld/wasm/ |
D | OutputSections.h | 84 explicit DataSection(ArrayRef<OutputSegment *> segments) in DataSection() function
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 619 MCSectionWasm &DataSection) { in addData() 1515 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local 1625 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 289 uint32_t DataSection = 0; variable
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | Wasm.h | 300 uint32_t DataSection = 0; variable
|
/external/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 57 MCSection *DataSection; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 587 MCSectionWasm &DataSection) { in addData() 1360 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 58 MCSection *DataSection = nullptr; variable
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCObjectFileInfo.h | 58 MCSection *DataSection = nullptr; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 181 DataSection, enumerator
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 647 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
|
/external/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 184 DataSection, enumerator
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 750 MCSection &DataSection = *OFI.getDataSection(); in finish() local
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 883 MCSection &DataSection = *OFI.getDataSection(); in finish() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsTargetStreamer.cpp | 864 MCSection &DataSection = *OFI.getDataSection(); in finish() local
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 2026 uint32_t DataSection = data.getAddressSection(); in GetCompilandId() local
|
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 1879 cmsBool DataSection (cmsIT8* it8) in DataSection() function
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 1286 auto &DataSection = Obj->addSection<Section>(Data); in addData() local
|