Home
last modified time | relevance | path

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

/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp327 InsertItemWithTag(PDB_SymType::None); in SetUp()
328 InsertItemWithTag(PDB_SymType::Exe); in SetUp()
329 InsertItemWithTag(PDB_SymType::Compiland); in SetUp()
330 InsertItemWithTag(PDB_SymType::CompilandDetails); in SetUp()
331 InsertItemWithTag(PDB_SymType::CompilandEnv); in SetUp()
332 InsertItemWithTag(PDB_SymType::Function); in SetUp()
333 InsertItemWithTag(PDB_SymType::Block); in SetUp()
334 InsertItemWithTag(PDB_SymType::Data); in SetUp()
335 InsertItemWithTag(PDB_SymType::Annotation); in SetUp()
336 InsertItemWithTag(PDB_SymType::Label); in SetUp()
[all …]