Searched refs:FnStart (Results 1 – 2 of 2) sorted by relevance
659 void SwitchToExTabSection(const MCSymbol &FnStart);660 void SwitchToExIdxSection(const MCSymbol &FnStart);672 MCSymbol *FnStart; member in __anond09109f60111::ARMELFStreamer1100 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument1105 FnStart); in SwitchToExTabSection()1108 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument1113 FnStart); in SwitchToExIdxSection()1123 FnStart = nullptr; in Reset()1138 assert(FnStart == nullptr); in emitFnStart()1139 FnStart = getContext().CreateTempSymbol(); in emitFnStart()[all …]
77 uintptr_t FnStart, in FunctionDescToIntelJITFormat() argument84 Result.method_load_address = reinterpret_cast<void*>(FnStart); in FunctionDescToIntelJITFormat()205 void* FnStart = const_cast<void*>(*FI); in NotifyFreeingObject() local206 MethodIDMap::iterator MI = MethodIDs.find(FnStart); in NotifyFreeingObject()