| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugStringTableSubsection.cpp | 44 DebugStringTableSubsection::DebugStringTableSubsection() in DebugStringTableSubsection() function in DebugStringTableSubsection 47 uint32_t DebugStringTableSubsection::insert(StringRef S) { in insert() 60 uint32_t DebugStringTableSubsection::calculateSerializedSize() const { in calculateSerializedSize() 64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit() 86 uint32_t DebugStringTableSubsection::size() const { return StringToId.size(); } in size() 88 std::vector<uint32_t> DebugStringTableSubsection::sortedIds() const { in sortedIds() 97 uint32_t DebugStringTableSubsection::getIdForString(StringRef S) const { in getIdForString() 103 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId()
|
| H A D | CMakeLists.txt | 14 DebugStringTableSubsection.cpp
|
| H A D | DebugChecksumsSubsection.cpp | 64 DebugStringTableSubsection &Strings) in DebugChecksumsSubsection()
|
| H A D | DebugLinesSubsection.cpp | 72 DebugStringTableSubsection &Strings) in DebugLinesSubsection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.h | 46 class DebugStringTableSubsection; 73 DebugStringTableSubsection &Strings) 87 DebugStringTableSubsection &Strings;
|
| H A D | DebugChecksumsSubsection.h | 31 class DebugStringTableSubsection; variable 79 explicit DebugChecksumsSubsection(DebugStringTableSubsection &Strings); 93 DebugStringTableSubsection &Strings;
|
| H A D | DebugStringTableSubsection.h | 56 class DebugStringTableSubsection : public DebugSubsection { 58 DebugStringTableSubsection();
|
| H A D | StringsAndChecksums.h | 20 class DebugStringTableSubsection; variable 85 using StringsPtr = std::shared_ptr<DebugStringTableSubsection>;
|
| H A D | DebugLinesSubsection.h | 29 class DebugStringTableSubsection; variable 118 DebugStringTableSubsection &Strings);
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBStringTableBuilder.h | 55 void setStrings(const codeview::DebugStringTableSubsection &Strings); 64 codeview::DebugStringTableSubsection Strings;
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/DebugInfo/CodeView/ |
| H A D | BUILD.gn | 20 "DebugStringTableSubsection.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMDebugInfoCodeView/ |
| H A D | Makefile | 20 DebugStringTableSubsection.cpp \
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBStringTableBuilder.cpp | 150 const codeview::DebugStringTableSubsection &Strings) { in setStrings()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() 941 std::static_pointer_cast<DebugStringTableSubsection>(Result)); in initializeStringsAndChecksums()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | PDB.cpp | 161 DebugStringTableSubsection pdbStrTab; 747 DebugStringTableSubsection &pdbStrTable) { in translateStringTableIndex()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | llvm-pdbutil.cpp | 806 Strings.setStrings(std::make_shared<DebugStringTableSubsection>()); in yamlToPdb()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1520 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.macppc | 1519 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.loongson | 1519 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.octeon | 1519 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.arm64 | 1520 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.powerpc64 | 1518 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.armv7 | 1518 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.i386 | 1518 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|
| H A D | clang.sparc64 | 1519 ./usr/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h
|