Home
last modified time | relevance | path

Searched defs:getDataSection (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h182 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h224 MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp101 StringRef InstrProfiling::getDataSection() const { in getDataSection() function in InstrProfiling
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp189 ELFSection &ELFWriter::getDataSection() { in getDataSection() function in ELFWriter