Home
last modified time | relevance | path

Searched defs:Stable (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h82 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp72 memcpy(Stable, Record.data(), Record.size()); in stabilize() local
H A DGlobalTypeTableBuilder.cpp82 memcpy(Stable, Data.data(), Data.size()); in stabilize() local
H A DMergingTypeTableBuilder.cpp79 memcpy(Stable, Data.data(), Data.size()); in stabilize() local
/llvm-project/llvm/unittests/CodeGenData/
H A DOutlinedHashTreeRecordTest.cpp
/llvm-project/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp24 static bool Stable; variable
/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp279 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size()); copyString() local