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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
GlobalTypeTableBuilder.cpp 87 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, function
116 bool Stabilize) {
134 if (Stabilize)
135 Record = stabilize(RecordStorage, Record);
AppendingTypeTableBuilder.cpp 77 static ArrayRef<uint8_t> stabilize(BumpPtrAllocator &RecordStorage, function
87 Record = stabilize(RecordStorage, Record);
103 bool Stabilize) {
108 if (Stabilize)
109 Record = stabilize(RecordStorage, Record);
MergingTypeTableBuilder.cpp 83 static inline ArrayRef<uint8_t> stabilize(BumpPtrAllocator &Alloc, function
101 ArrayRef<uint8_t> RecordData = stabilize(RecordStorage, Record);
128 bool Stabilize) {
145 if (Stabilize) {
146 Record = stabilize(RecordStorage, Record);
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-control-flow.cc 592 gasm *stabilize = gimple_build_asm_vec ("", inputs, outputs, local
594 gimple_seq_add_stmt (&seq, stabilize);

Completed in 26 milliseconds