Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h940 explicit DataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DataSym() function
941 explicit DataSym(uint32_t RecordOffset) in DataSym() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3230 SymbolKind DataSym = GV->isThreadLocal() in emitDebugInfoForGlobal() local