HomeSort by relevance Sort by last modified time
    Searched refs:DataSection (Results 1 - 22 of 22) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreTargetObjectFile.cpp 22 DataSection =
52 TLSDataSection = DataSection;
63 DataRelSection = DataRelLocalSection = DataSection;
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 25 DataSection = nullptr;
51 DataSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getData());
97 return DataSection;
NVPTXISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 55 /// DataSection - Section directive for standard data.
57 const MCSection *DataSection;
182 const MCSection *getDataSection() const { return DataSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 57 MCSection *DataSection;
224 MCSection *getDataSection() const { return DataSection; }
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 30 DataSection = Ctx.getELFSection(".dp.data", ELF::SHT_PROGBITS,
133 return DataSection;
  /system/extras/simpleperf/
record_file_test.cpp 90 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
128 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
cmd_record_test.cpp 85 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
228 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
259 std::vector<std::unique_ptr<Record>> records = reader->DataSection();
record_file.h 157 std::vector<std::unique_ptr<Record>> DataSection();
record_file_reader.cpp 458 std::vector<std::unique_ptr<Record>> RecordFileReader::DataSection() {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DataSection.py 30 class DataSection (DataSectionClassObject):
FdfParser.py 30 import DataSection
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 553 for (const auto& DataSection : MemMgr.DataMemory)
554 Worklist.push_back(std::make_pair(DataSection.base(), DataSection.size()));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 288 if (Kind.isDataNoRel()) return DataSection;
365 return DataSection;
451 return DataSection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 38 DataSection // .data
259 DataSection =
382 DataSection =
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 78 DataSection // .data
151 DataCoalSection = DataSection;
469 DataSection = Ctx->getELFSection(".data", ELF::SHT_PROGBITS,
616 DataSection = Ctx->getCOFFSection(
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 279 return DataSection;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 291 return DataSection;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsTargetStreamer.cpp 750 MCSection &DataSection = *OFI.getDataSection();
751 MCA.registerSection(DataSection);
756 DataSection.setAlignment(std::max(16u, DataSection.getAlignment()));
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 652 return DataSection;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 130 $(BASE_TOOLS_PATH)\Source\Python\GenFds\DataSection.py \

Completed in 676 milliseconds