Home
last modified time | relevance | path

Searched defs:Abbreviations (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DNamespaceAliaser.cpp31 const std::vector<std::string> &Abbreviations) { in createAlias()
/llvm-project/llvm/docs/
H A DBitCodeFormat.rst280 Abbreviations section in Bitstream Format
308 Abbreviations are implicitly assigned IDs sequentially starting from 4 (the argument
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h198 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; variable
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h262 DIEAbbrevSet Abbreviations; variable
/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h125 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; variable
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h743 std::vector<std::unique_ptr<DIEAbbrev>> Abbreviations; variable
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.cpp564 SmallVector<std::string, 32> Abbreviations; storeOptions() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h147 std::vector<DIEAbbrev *> Abbreviations; variable