Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp367 auto FunctionStarts = Obj.getFunctionStarts(); in dumpFunctionStarts() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h132 std::vector<yaml::Hex64> FunctionStarts; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h313 LinkData FunctionStarts; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2236 typedef AddressDataArray<lldb::addr_t, bool, 100> FunctionStarts; in ParseSymtab() typedef
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5264 SmallVector<uint64_t, 8> FunctionStarts; in getFunctionStarts() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1082 SmallVector<uint64_t, 8> FunctionStarts; in PrintFunctionStarts() local