Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h933 explicit DataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DataSym() function
934 explicit DataSym(uint32_t RecordOffset) in DataSym() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h940 explicit DataSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in DataSym() function
941 explicit DataSym(uint32_t RecordOffset) in DataSym() function
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp547 TEST_F(TypeIndexIteratorTest, DataSym) { in TEST_F() argument
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp3197 SymbolKind DataSym = GV->isThreadLocal() in emitDebugInfoForGlobal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp3083 SymbolKind DataSym = GV->isThreadLocal() in emitDebugInfoForGlobal() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1390 DataSym(uint32_t RecordOffset, const Hdr *H, StringRef Name) in DataSym() function