Home
last modified time | relevance | path

Searched defs:InitSym (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DSymbolsTest.cpp47 void InitSym(TypeParam* sym, uint32_t st_value, uint32_t st_size, uint32_t st_name) { in InitSym() function in unwindstack::SymbolsTest
H A DElfInterfaceTest.cpp168 void ElfInterfaceTest::InitSym(uint64_t offset, uint32_t value, uint32_t size, uint32_t name_offset, in InitSym() function in unwindstack::ElfInterfaceTest
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp174 const auto &InitSym = MU.getInitializerSymbol(); in notifyAdding() local
H A DCOFFPlatform.cpp293 const auto &InitSym = MU.getInitializerSymbol(); in notifyAdding() local
H A DLLJIT.cpp258 if (auto &InitSym = MU.getInitializerSymbol()) in notifyAdding() local
H A DMachOPlatform.cpp344 const auto &InitSym = MU.getInitializerSymbol(); in notifyAdding() local
H A DOrcV2CBindings.cpp449 size_t NumSyms, LLVMOrcSymbolStringPoolEntryRef InitSym, in LLVMOrcCreateCustomMaterializationUnit()