Lines Matching defs:RuntimeFunction
339 struct RuntimeFunction {
340 RuntimeFunction(SymbolStringPtr Name) : Name(std::move(Name)) {}
345 RuntimeFunction PlatformBootstrap{
347 RuntimeFunction PlatformShutdown{
349 RuntimeFunction RegisterEHFrameSection{
351 RuntimeFunction DeregisterEHFrameSection{
353 RuntimeFunction RegisterJITDylib{
355 RuntimeFunction DeregisterJITDylib{
357 RuntimeFunction RegisterObjectSymbolTable{
359 RuntimeFunction DeregisterObjectSymbolTable{
361 RuntimeFunction RegisterObjectPlatformSections{
363 RuntimeFunction DeregisterObjectPlatformSections{
365 RuntimeFunction CreatePThreadKey{
367 RuntimeFunction RegisterObjCRuntimeObject{
369 RuntimeFunction DeregisterObjCRuntimeObject{