HomeSort by: relevance | last modified time | path
    Searched refs:annotations (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeFunctionSymbol.cpp 64 for (auto &Annot : IS.annotations()) {
NativeInlineSiteSymbol.cpp 101 for (const auto &Annot : Sym.annotations()) {
  /src/crypto/external/apache2/openssl/dist/test/cms-msg/
make_missing_kdf_der.py 16 from __future__ import annotations namespace
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
zone.py 12 from __future__ import annotations namespace
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {}
203 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) {
204 if (Annotations.empty())
207 uint8_t FirstByte = Annotations.front();
208 Annotations = Annotations.drop_front();
213 if (Annotations.empty())
216 uint8_t SecondByte = Annotations.front();
217 Annotations = Annotations.drop_front()
340 iterator_range<BinaryAnnotationIterator> annotations() const { function in class:llvm::codeview::InlineSiteSym
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 458 for (auto &Annotation : InlineSite.annotations()) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 692 for (auto &Annot : IS.annotations()) {
  /src/external/gpl3/gcc/dist/libcpp/
configure 1398 --enable-valgrind-annotations
9405 # Check whether --enable-valgrind-annotations was given.
  /src/external/gpl3/gcc.old/dist/libcpp/
configure 1383 --enable-valgrind-annotations
7838 # Check whether --enable-valgrind-annotations was given.
  /src/external/gpl3/gcc.old/dist/gcc/
configure 1691 --enable-valgrind-annotations
7642 # GCC relies on making annotations so we must have both.
7809 # Check whether --enable-valgrind-annotations was given.
  /src/external/gpl3/gcc/dist/gcc/
configure 1720 --enable-valgrind-annotations
7806 # Check whether --enable-valgrind-annotations was given.
    [all...]

Completed in 99 milliseconds