HomeSort by: relevance | last modified time | path
    Searched refs:DWARFMustBeAtTheEnd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCMachOStreamer.cpp 51 bool DWARFMustBeAtTheEnd;
68 bool DWARFMustBeAtTheEnd, bool label)
71 LabelSections(label), DWARFMustBeAtTheEnd(DWARFMustBeAtTheEnd),
157 else if (Created && DWARFMustBeAtTheEnd && !canGoAfterDWARF(MSec))
513 bool RelaxAll, bool DWARFMustBeAtTheEnd,
517 DWARFMustBeAtTheEnd, LabelSections);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TargetRegistry.h 97 bool RelaxAll, bool DWARFMustBeAtTheEnd,
179 bool DWARFMustBeAtTheEnd);
503 bool DWARFMustBeAtTheEnd) const {
518 DWARFMustBeAtTheEnd);
522 DWARFMustBeAtTheEnd);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 294 bool DWARFMustBeAtTheEnd) {
296 std::move(Emitter), RelaxAll, DWARFMustBeAtTheEnd,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 368 bool DWARFMustBeAtTheEnd) {
370 std::move(Emitter), false, DWARFMustBeAtTheEnd);

Completed in 19 milliseconds