Home
last modified time | relevance | path

Searched defs:FunctionStarts (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h132 std::vector<yaml::Hex64> FunctionStarts; member
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp366 auto FunctionStarts = Obj.getFunctionStarts(); in dumpFunctionStarts() local
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h313 LinkData FunctionStarts; global() member
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2242 typedef AddressDataArray<lldb::addr_t, bool, 100> FunctionStarts; ParseSymtab() typedef
[all...]
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5280 SmallVector<uint64_t, 8> FunctionStarts; getFunctionStarts() local
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1056 SmallVector<uint64_t, 8> FunctionStarts; in PrintFunctionStarts() local