/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A 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;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 396 struct DataSection : Section { struct 397 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function 399 static bool classof(const Section *S) { in classof() 403 std::vector<DataSegment> Segments;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 397 struct DataSection : Section { struct 398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument 400 static bool classof(const Section *S) { in classof() 404 std::vector<DataSegment> Segments;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 397 struct DataSection : Section { struct 398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument 400 static bool classof(const Section *S) { in classof() 404 std::vector<DataSegment> Segments;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 397 struct DataSection : Section { struct 398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() function 400 static bool classof(const Section *S) { in classof() 404 std::vector<DataSegment> Segments;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 397 struct DataSection : Section { struct 398 DataSection() : Section(wasm::WASM_SEC_DATA) {} in DataSection() argument 400 static bool classof(const Section *S) { in classof() 404 std::vector<DataSegment> Segments;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 40 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 39 uint32_t DataSection = RawSymbol->getAddressSection(); in getCompilandId() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 716 MCSectionWasm &DataSection) { in addData() 1638 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local 1747 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeOneObject() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 587 MCSectionWasm &DataSection) { in addData() 1360 auto &DataSection = static_cast<MCSectionWasm &>(WS.getSection()); in writeObject() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 289 uint32_t DataSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | Wasm.h | 307 uint32_t DataSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | Wasm.h | 300 uint32_t DataSection = 0; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | Wasm.h | 297 uint32_t DataSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | Wasm.h | 307 uint32_t DataSection = 0; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | Wasm.h | 307 uint32_t DataSection = 0; variable
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 57 MCSection *DataSection; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 58 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 553 for (const auto& DataSection : MemMgr.DataMemory) in remapSectionsAndSymbols() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCObjectFileInfo.h | 56 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCObjectFileInfo.h | 56 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 56 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCObjectFileInfo.h | 56 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCObjectFileInfo.h | 56 MCSection *DataSection = nullptr; variable
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | record_file_reader.cpp | 956 std::vector<std::unique_ptr<Record>> RecordFileReader::DataSection() { in DataSection() function in simpleperf::RecordFileReader
|