Home
last modified time | relevance | path

Searched defs:DataSym (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h23 class DataSym; variable
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h960 explicit DataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DataSym() function
961 explicit DataSym(uint32_t RecordOffset) in DataSym() function
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp547 TEST_F(TypeIndexIteratorTest, DataSym) { in TEST_F() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3432 SymbolKind DataSym = GV->isThreadLocal() emitDebugInfoForGlobal() local