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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrOrderFile.cpp 117 BasicBlock *OrigEntry = &F.getEntryBlock();
126 BasicBlock::Create(M.getContext(), "order_file_entry", &F, OrigEntry);
130 BasicBlock::Create(M.getContext(), "order_file_set", &F, OrigEntry);
142 entryB.CreateCondBr(IsNotExecuted, UpdateOrderFileBB, OrigEntry);
156 updateB.CreateBr(OrigEntry);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 142 const FileEntry *OrigEntry;
150 /// The filename that is used to access OrigEntry.
152 /// FIXME: Remove this once OrigEntry is a FileEntryRef with a stable name.
182 : OrigEntry(Ent), ContentsEntry(contentEnt), BufferOverridden(false),
191 OrigEntry = RHS.OrigEntry;
1029 return Entry->getFile().getContentCache().OrigEntry;
1049 return sloc.getFile().getContentCache().OrigEntry;

Completed in 70 milliseconds