Home
last modified time | relevance | path

Searched defs:Msf (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/MSF/
H A DMSFBuilderTest.cpp91 auto &Msf = *ExpectedMsf; in TEST_F() local
112 auto &Msf = *ExpectedMsf; in TEST_F() local
146 auto &Msf = *ExpectedMsf; in TEST_F() local
163 auto &Msf = *ExpectedMsf; in TEST_F() local
185 auto &Msf = *ExpectedMsf; in TEST_F() local
206 auto &Msf = *ExpectedMsf; in TEST_F() local
227 auto &Msf = *ExpectedMsf; in TEST_F() local
247 auto &Msf = *ExpectedMsf; in TEST_F() local
260 auto &Msf = *ExpectedMsf; in TEST_F() local
281 auto &Msf = *ExpectedMsf; in TEST_F() local
[all …]
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFCommon.cpp62 MSFStreamLayout llvm::msf::getFpmStreamLayout(const MSFLayout &Msf, in getFpmStreamLayout()
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp24 InfoStreamBuilder(msf::MSFBuilder & Msf,NamedStreamMap & NamedStreams) InfoStreamBuilder() argument
H A DTpiStreamBuilder.cpp32 : Msf(Msf), Allocator(Msf.getAllocator()), Header(nullptr), Idx(StreamIdx) { in TpiStreamBuilder() argument
H A DDbiModuleDescriptorBuilder.cpp45 msf::MSFBuilder &Msf) in DbiModuleDescriptorBuilder()
H A DDbiStreamBuilder.cpp28 DbiStreamBuilder::DbiStreamBuilder(msf::MSFBuilder &Msf) in DbiStreamBuilder()
H A DGSIStreamBuilder.cpp287 GSIStreamBuilder::GSIStreamBuilder(msf::MSFBuilder &Msf) in GSIStreamBuilder()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h91 std::unique_ptr<msf::MSFBuilder> Msf; variable
H A DDbiStreamBuilder.h104 msf::MSFBuilder &Msf; variable