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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
StringTableBuilder.h 33 bool Finalized = false;
44 /// Can only be used before the table is finalized.
57 /// after the table is finalized.
70 bool isFinalized() const { return Finalized; }
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ObjectLinkingLayer.h 57 if (!Finalized)
64 bool Finalized = false;
119 assert(PFC && "mapSectionAddress called on finalized LinkedObjectSet");
128 this->Finalized = true;
140 if (!this->Finalized)
148 assert(PFC && "mapSectionAddress called on finalized LinkedObjectSet");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
StringTableBuilder.cpp 129 Finalized = true;
166 Finalized = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RTDyldObjectLinkingLayer.h 122 if (!Finalized)
130 bool Finalized = false;
185 assert(PFC && "mapSectionAddress called on finalized LinkedObject");
192 Finalized = true;
227 if (!this->Finalized)
236 assert(PFC && "mapSectionAddress called on finalized LinkedObject");
Core.h 133 /// finalized or notified of an error.
721 void finalize(const SymbolFlagsMap &Finalized);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 215 /// Specifies if the builder results have been finalized. For example, if it
217 bool Finalized;
225 if (!Finalized)
249 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
255 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
  /external/clang/lib/Format/
WhitespaceManager.cpp 54 if (Tok.Finalized)
67 if (Tok.Finalized)
81 if (Tok.Finalized)
FormatToken.h 280 bool Finalized = false;
FormatTokenLexer.cpp 579 Tok.Finalized = FormattingDisabled;
UnwrappedLineFormatter.cpp 455 Tok->Finalized = true;
    [all...]
Format.cpp     [all...]
UnwrappedLineParser.cpp 810 FormatTok->Finalized = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
Core.cpp 530 assert(NotYetReadyCount != 0 && "All symbols already finalized");
999 assert(!MI.IsFinalized && "Can not add dependencies to finalized symbol");
1008 // Assert that this symbol exists and has not been finalized already.
1013 "Dependency on finalized symbol");
    [all...]

Completed in 339 milliseconds