Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h23 class DataSym; variable
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3432 SymbolKind DataSym = GV->isThreadLocal() in emitDebugInfoForGlobal() local