Home
last modified time | relevance | path

Searched defs:ObjectFile (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h29 class ObjectFile; variable
48 const object::ObjectFile &) {} in notifyObjectLoaded()
DJITEventListener.h33 class ObjectFile; variable
DExecutionEngine.h59 class ObjectFile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DObjectYAML.cpp23 YamlObjectFile &ObjectFile) { in mapping()
DMachOEmitter.cpp470 UniversalWriter(yaml::YamlObjectFile &ObjectFile) in UniversalWriter()
481 yaml::YamlObjectFile &ObjectFile; member in __anon100352140111::UniversalWriter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
Dyaml2obj.h24 class ObjectFile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRObjectFile.h29 class ObjectFile; variable
DObjectFile.h42 class ObjectFile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h41 class ObjectFile; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObjectFile.cpp44 ObjectFile::ObjectFile(unsigned int Type, MemoryBufferRef Source) in ObjectFile() function in ObjectFile
DObject.cpp193 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()
DWasmObjectFile.cpp59 auto ObjectFile = std::make_unique<WasmObjectFile>(Buffer, Err); in createWasmObjectFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h604 enum class CodeViewContainer { ObjectFile, Pdb }; enumerator