HomeSort by: relevance | last modified time | path
    Searched defs:emitSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 790 RuntimeDyldImpl::emitSection(const ObjectFile &Obj,
879 LLVM_DEBUG(dbgs() << "emitSection SectionID: " << SectionID << " Name: "
891 dbgs() << "emitSection SectionID: " << SectionID << " Name: " << Name
918 if (auto SectionIDOrErr = emitSection(Obj, Section, IsCode))
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCDwarf.cpp 89 void emitSection(MCStreamer *MCOS);
260 LineStr->emitSection(MCOS);
313 void MCDwarfLineStr::emitSection(MCStreamer *MCOS) {

Completed in 49 milliseconds