HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentSection (Results 26 - 40 of 40) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 138 /// getCurrentSection() - Return the current section we are emitting to.
139 const MCSection *AsmPrinter::getCurrentSection() const {
140 return OutStreamer.getCurrentSection();
702 MCLineEntry::Make(&OutStreamer, getCurrentSection());
    [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 556 Symbol->setSection(*getCurrentSection());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 232 /// getCurrentSection() - Return the current section we are emitting to.
233 const MCSection *AsmPrinter::getCurrentSection() const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCELFStreamer.cpp 300 MCSectionSubPair P = getCurrentSection();
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 711 MCSection *Sec = getStreamer().getCurrentSection().first;
800 if (!ParsingInlineAsm && !getStreamer().getCurrentSection().first) {
    [all...]
DarwinAsmParser.cpp 473 getStreamer().getCurrentSection().first);
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 246 assert(getCurrentSection().first && "Cannot emit before setting section!");
MCDwarf.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 621 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection();
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 519 if (!getStreamer().getCurrentSection()) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 470 LastMappingSymbols[getCurrentSection().first] = std::move(LastEMSInfo);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 424 milliseconds

12