Home
last modified time | relevance | path

Searched +defs:binary +defs:arch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py66 def symbolize(self, addr, binary, offset): argument
110 def symbolize(self, addr, binary, offset): argument
148 def __init__(self, binary): argument
169 def symbolize(self, addr, binary, offset): argument
254 def __init__(self, addr, binary, arch): argument
265 def symbolize(self, addr, binary, offset): argument
312 def BreakpadSymbolizerFactory(binary): argument
321 def SystemSymbolizerFactory(system, addr, binary, arch): argument
423 def symbolize_address(self, addr, binary, offset, arch): argument
711 def __init__(self, name, arch, start_addr, end_addr, module_path, uuid): argument
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp264 auto binary = llvm::object::createBinary(llvm::MemoryBufferRef( in GetModuleSpecifications() local
390 auto binary = llvm::object::createBinary(llvm::MemoryBufferRef( in CreateBinary() local
1347 ArchSpec arch; in GetArchitecture() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp580 ArchSpec arch; in CreateInstance() local
1708 bool unary, bool binary, in check_op_param()