Home
last modified time | relevance | path

Searched refs:MSFBuilder (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp1 //===- MSFBuilder.cpp -----------------------------------------------------===//
9 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 Expected<MSFBuilder> MSFBuilder::create(BumpPtrAllocator &Allocator, in create()
58 return MSFBuilder(BlockSize, in create()
63 Error MSFBuilder::setBlockMapAddr(uint32_t Addr) { in setBlockMapAddr()
84 void MSFBuilder::setFreePageMap(uint32_t Fpm) { FreePageMap = Fpm; }
86 void MSFBuilder in setUnknown1()
39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, MSFBuilder() function in MSFBuilder
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h21 class MSFBuilder; variable
29 InfoStreamBuilder(msf::MSFBuilder &Msf, NamedStreamMap &NamedStreams);
58 msf::MSFBuilder &Msf;
H A DTpiStreamBuilder.h33 class MSFBuilder;
41 explicit TpiStreamBuilder(msf::MSFBuilder &Msf, uint32_t StreamIdx);
67 msf::MSFBuilder &Msf;
H A DPDBFileBuilder.h29 class MSFBuilder; variable
48 msf::MSFBuilder &getMsfBuilder();
91 std::unique_ptr<msf::MSFBuilder> Msf;
H A DGSIStreamBuilder.h38 class MSFBuilder;
49 explicit GSIStreamBuilder(msf::MSFBuilder &Msf);
89 msf::MSFBuilder &Msf;
H A DDbiModuleDescriptorBuilder.h30 class MSFBuilder; variable
68 msf::MSFBuilder &Msf);
135 msf::MSFBuilder &MSF;
H A DDbiStreamBuilder.h34 class MSFBuilder; variable
42 DbiStreamBuilder(msf::MSFBuilder &Msf);
104 msf::MSFBuilder &Msf;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h27 class MSFBuilder {
57 static Expected<MSFBuilder> create(BumpPtrAllocator &Allocator,
122 MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp14 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
50 auto ExpectedMsf = MSFBuilder::create(Allocator, BlockSize); in initialize()
53 Msf = std::make_unique<MSFBuilder>(std::move(*ExpectedMsf)); in initialize()
57 MSFBuilder &PDBFileBuilder::getMsfBuilder() { return *Msf; }
H A DInfoStreamBuilder.cpp11 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
24 InfoStreamBuilder::InfoStreamBuilder(msf::MSFBuilder &Msf, in InfoStreamBuilder()
H A DDbiModuleDescriptorBuilder.cpp45 msf::MSFBuilder &Msf) in DbiModuleDescriptorBuilder()
H A DTpiStreamBuilder.cpp14 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
32 TpiStreamBuilder::TpiStreamBuilder(MSFBuilder &Msf, uint32_t StreamIdx) in TpiStreamBuilder()
H A DDbiStreamBuilder.cpp14 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
28 DbiStreamBuilder::DbiStreamBuilder(msf::MSFBuilder &Msf) in DbiStreamBuilder()
H A DGSIStreamBuilder.cpp20 #include "llvm/DebugInfo/MSF/MSFBuilder.h"
287 GSIStreamBuilder::GSIStreamBuilder(msf::MSFBuilder &Msf) in GSIStreamBuilder()
/freebsd/lib/clang/libllvm/
H A DMakefile580 SRCS_MIN+= DebugInfo/MSF/MSFBuilder.cpp