|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/DebugInfo/CodeView/CodeView.h 606 inline uint32_t alignOf(CodeViewContainer Container) {
607 if (Container == CodeViewContainer::ObjectFile)
include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h 39 CodeViewContainer Container);
42 CodeViewContainer Container);
49 CodeViewContainer Container = CodeViewContainer::ObjectFile;
49 CodeViewContainer Container = CodeViewContainer::ObjectFile;
57 CodeViewContainer Container);
63 CodeViewContainer Container);
75 CodeViewContainer Container;
87 Stream, Info, codeview::CodeViewContainer::Pdb))
include/llvm/DebugInfo/CodeView/SymbolDeserializer.h 26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
39 SymbolDeserializer S(nullptr, CodeViewContainer::ObjectFile);
56 CodeViewContainer Container)
93 CodeViewContainer Container;
include/llvm/DebugInfo/CodeView/SymbolDumper.h 28 CodeViewContainer Container,
50 CodeViewContainer Container;
include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h 23 CodeViewContainer Container)
26 CodeViewContainer Container)
41 CodeViewContainer Container;
include/llvm/DebugInfo/CodeView/SymbolSerializer.h 49 SymbolSerializer(BumpPtrAllocator &Storage, CodeViewContainer Container);
53 CodeViewContainer Container) {
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h 37 codeview::CodeViewContainer Container) const;
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp 27 CodeViewContainer Container)
32 CodeViewContainer Container) {
56 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container)
60 const DebugSubsectionRecord &Contents, CodeViewContainer Container)
lib/DebugInfo/CodeView/RecordName.cpp 323 SymbolRecordMapping Mapping(Reader, CodeViewContainer::ObjectFile);
lib/DebugInfo/CodeView/SymbolSerializer.cpp 22 CodeViewContainer Container)
lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp 184 std::move(Subsection), CodeViewContainer::Pdb));
190 SubsectionContents, CodeViewContainer::Pdb));
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp 66 CodeViewContainer::Pdb));
lib/ObjectYAML/COFFEmitter.cpp 190 DebugSubsectionRecordBuilder B(SS, CodeViewContainer::ObjectFile);
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp 494 Sym.toCodeViewSymbol(Allocator, CodeViewContainer::ObjectFile));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp 214 CodeViewContainer Container) const = 0;
226 CodeViewContainer Container) const override {
243 CodeViewContainer Container) const override {
567 BumpPtrAllocator &Allocator, CodeViewContainer Container) const {
tools/lld/COFF/PDB.cpp 701 size_t size = alignTo(sym.length(), alignOf(CodeViewContainer::Pdb));
838 alignTo(sym.length(), alignOf(CodeViewContainer::Pdb));
858 alloc.Allocate(totalRealignedSize, alignOf(CodeViewContainer::Pdb));
1448 ons, allocator, CodeViewContainer::Pdb));
1450 cs, allocator, CodeViewContainer::Pdb));
1452 ebs, allocator, CodeViewContainer::Pdb));
1479 cgs, allocator, CodeViewContainer::Pdb));
1493 sym, allocator, CodeViewContainer::Pdb));
1569 ons, alloc, CodeViewContainer::Pdb));
1571 cs, alloc, CodeViewContainer::Pdb));
1575 ts, alloc, CodeViewContainer::Pdb);
1581 CodeViewContainer::Pdb);
tools/llvm-pdbutil/DumpOutputStyle.cpp 1539 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::ObjectFile);
1593 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1660 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1699 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
1805 SymbolDeserializer Deserializer(nullptr, CodeViewContainer::Pdb);
tools/llvm-pdbutil/llvm-pdbutil.cpp 817 Symbol.toCodeViewSymbol(Allocator, CodeViewContainer::Pdb));
tools/llvm-readobj/COFFDumper.cpp 1167 CVSymbolDumper CVSD(W, Types, CodeViewContainer::ObjectFile, std::move(CODD),
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp 162 CodeViewContainer::Pdb));
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
73 forward(typename std::remove_reference<_Tp>::type& __t) noexcept
83 constexpr _Tp&&
84 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h 824 make_unique(_Args&&... __args)
825 { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits 1629 { typedef _Tp type; };
1633 { typedef _Tp type; };