Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp332 if (auto RegisterSym = ES.lookup({&ProcessJD}, RegisterActionAddr)) Create() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h400 explicit RegisterSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in RegisterSym() function
401 explicit RegisterSym(uint32_t RecordOffset) in RegisterSym() function
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp554 TEST_F(TypeIndexIteratorTest, RegisterSym) { in TEST_F() argument