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

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 383 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin,
392 getContext().getCVContext().emitInlineLineTableForFunction(
403 getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion);
408 getContext().getCVContext().emitStringTable(*this);
411 getContext().getCVContext().emitFileChecksums(*this);
MCContext.cpp 491 CodeViewContext &MCContext::getCVContext() {
498 return getCVContext().addFile(FileNumber, FileName) ? FileNumber : 0;
502 return getCVContext().isValidFileNumber(FileNumber);
MCCodeView.cpp 457 MCOS->getContext().getCVContext().addLineEntry(LineEntry);
MCAssembler.cpp 839 getContext().getCVContext().encodeInlineLineTable(Layout, F);
846 getContext().getCVContext().encodeDefRange(Layout, F);
  /external/llvm/include/llvm/MC/
MCContext.h 253 CodeViewContext &getCVContext();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCContext.h 285 CodeViewContext &getCVContext();

Completed in 83 milliseconds