Searched refs:FnStart (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 704 void SwitchToExTabSection(const MCSymbol &FnStart); 705 void SwitchToExIdxSection(const MCSymbol &FnStart); 719 MCSymbol *FnStart; member in __anonf150d5940111::ARMELFStreamer 1161 inline void ARMELFStreamer::SwitchToExTabSection(const MCSymbol &FnStart) { in SwitchToExTabSection() argument 1163 SectionKind::getData(), FnStart); in SwitchToExTabSection() 1166 inline void ARMELFStreamer::SwitchToExIdxSection(const MCSymbol &FnStart) { in SwitchToExIdxSection() argument 1169 SectionKind::getData(), FnStart); in SwitchToExIdxSection() 1180 FnStart = nullptr; in EHReset() 1195 assert(FnStart == nullptr); in emitFnStart() 1196 FnStart = getContext().createTempSymbol(); in emitFnStart() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 163 uintptr_t FnStart, in FunctionDescToIntelJITFormat() argument 170 Result.method_load_address = reinterpret_cast<void*>(FnStart); in FunctionDescToIntelJITFormat() 368 void *FnStart = const_cast<void *>(*FI); in notifyFreeingObject() local 369 MethodIDMap::iterator MI = MethodIDs.find(FnStart); in notifyFreeingObject()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 316 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart, 1840 const MCSymbol *FnStart, in emitCVLinetableDirective() argument 1843 FnStart->print(OS, MAI); in emitCVLinetableDirective() 1847 this->MCStreamer::emitCVLinetableDirective(FunctionId, FnStart, FnEnd); in emitCVLinetableDirective()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 939 const MCSymbol *FnStart,
|