/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 88 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local 89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded() 92 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded() 150 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local 153 for (symbol_iterator I = DebugObj.symbol_begin(), in notifyFreeingObject() 154 E = DebugObj.symbol_end(); in notifyFreeingObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 88 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local 89 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded() 92 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded() 150 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local 153 for (symbol_iterator I = DebugObj.symbol_begin(), in notifyFreeingObject() 154 E = DebugObj.symbol_end(); in notifyFreeingObject()
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 86 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() local 89 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in NotifyObjectEmitted() 125 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject() local 128 for (symbol_iterator I = DebugObj.symbol_begin(), in NotifyFreeingObject() 129 E = DebugObj.symbol_end(); in NotifyFreeingObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 103 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in notifyObjectLoaded() local 104 if (!DebugObj) in notifyObjectLoaded() 108 const void* ObjData = DebugObj->getData().data(); in notifyObjectLoaded() 109 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded() 113 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(*DebugObj)) { in notifyObjectLoaded() 212 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local 213 const void* ObjData = DebugObj.getData().data(); in notifyFreeingObject()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 103 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in NotifyObjectEmitted() local 106 const void* ObjData = DebugObj.getData().data(); in NotifyObjectEmitted() 107 DIContext* Context = new DWARFContextInMemory(DebugObj); in NotifyObjectEmitted() 111 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in NotifyObjectEmitted() 198 const ObjectFile &DebugObj = *DebugObjects[Obj.getData().data()].getBinary(); in NotifyFreeingObject() local 199 const void* ObjData = DebugObj.getData().data(); in NotifyFreeingObject()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 153 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded() local 156 if (!DebugObj.getBinary()) in notifyObjectLoaded() 159 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in notifyObjectLoaded() 160 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded() 175 RegisteredObjectInfo(Size, JITCodeEntry, std::move(DebugObj)); in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 153 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Obj); in notifyObjectLoaded() local 156 if (!DebugObj.getBinary()) in notifyObjectLoaded() 159 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in notifyObjectLoaded() 160 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in notifyObjectLoaded() 175 RegisteredObjectInfo(Size, JITCodeEntry, std::move(DebugObj)); in notifyObjectLoaded()
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 163 OwningBinary<ObjectFile> DebugObj = L.getObjectForDebug(Object); in NotifyObjectEmitted() local 166 if (!DebugObj.getBinary()) in NotifyObjectEmitted() 169 const char *Buffer = DebugObj.getBinary()->getMemoryBufferRef().getBufferStart(); in NotifyObjectEmitted() 170 size_t Size = DebugObj.getBinary()->getMemoryBufferRef().getBufferSize(); in NotifyObjectEmitted() 188 std::move(DebugObj)); in NotifyObjectEmitted()
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 231 const ObjectFile *DebugObj = DebugObjOwner.getBinary(); in notifyObjectLoaded() local 232 if (!DebugObj) in notifyObjectLoaded() 236 const void *ObjData = DebugObj->getData().data(); in notifyObjectLoaded() 237 std::unique_ptr<DIContext> Context = DWARFContext::create(*DebugObj); in notifyObjectLoaded() 242 computeSymbolSizes(*DebugObj)) { in notifyObjectLoaded() 354 const ObjectFile &DebugObj = *DebugObjects[Key].getBinary(); in notifyFreeingObject() local 355 const void *ObjData = DebugObj.getData().data(); in notifyFreeingObject()
|
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 238 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local 241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded() 244 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 238 const ObjectFile &DebugObj = *DebugObjOwner.getBinary(); in notifyObjectLoaded() local 241 std::unique_ptr<DIContext> Context = DWARFContext::create(DebugObj); in notifyObjectLoaded() 244 for (const std::pair<SymbolRef, uint64_t> &P : computeSymbolSizes(DebugObj)) { in notifyObjectLoaded()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 308 OwningBinary<ObjectFile> DebugObj; in printLineInfoForInput() local 323 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput() 324 SymbolObj = DebugObj.getBinary(); in printLineInfoForInput()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 193 Expected<std::unique_ptr<ObjectFile>> DebugObj(nullptr); in createELFDebugObject() local 194 handleAllErrors(DebugObj.takeError()); in createELFDebugObject() 196 DebugObj = in createELFDebugObject() 199 DebugObj = in createELFDebugObject() 202 DebugObj = in createELFDebugObject() 205 DebugObj = in createELFDebugObject() 210 handleAllErrors(DebugObj.takeError()); in createELFDebugObject() 211 return OwningBinary<ObjectFile>(std::move(*DebugObj), std::move(Buffer)); in createELFDebugObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 193 Expected<std::unique_ptr<ObjectFile>> DebugObj(nullptr); in createELFDebugObject() local 194 handleAllErrors(DebugObj.takeError()); in createELFDebugObject() 196 DebugObj = in createELFDebugObject() 199 DebugObj = in createELFDebugObject() 202 DebugObj = in createELFDebugObject() 205 DebugObj = in createELFDebugObject() 210 handleAllErrors(DebugObj.takeError()); in createELFDebugObject() 211 return OwningBinary<ObjectFile>(std::move(*DebugObj), std::move(Buffer)); in createELFDebugObject()
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 393 OwningBinary<ObjectFile> DebugObj; in printLineInfoForInput() local 408 DebugObj = LoadedObjInfo->getObjectForDebug(Obj); in printLineInfoForInput() 409 SymbolObj = DebugObj.getBinary(); in printLineInfoForInput()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 152 std::unique_ptr<ObjectFile> DebugObj; in createELFDebugObject() local 155 DebugObj = createRTDyldELFObject<ELF32LE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject() 159 DebugObj = createRTDyldELFObject<ELF32BE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject() 163 DebugObj = createRTDyldELFObject<ELF64BE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject() 167 DebugObj = createRTDyldELFObject<ELF64LE>(Buffer->getMemBufferRef(), Obj, L, in createELFDebugObject() 174 return OwningBinary<ObjectFile>(std::move(DebugObj), std::move(Buffer)); in createELFDebugObject()
|