/llvm-project/llvm/test/ObjectYAML/MachO/ |
H A D | function_starts.yaml | 176 FunctionStarts: [ 0x3F80, 0x3F84 ] 181 # CHECK: FunctionStarts: [ 0x3F80, 0x3F84 ]
|
H A D | data-in-code.yaml | 207 FunctionStarts: [ 0x3FB0 ]
|
H A D | chained-fixups.yaml | 198 FunctionStarts: [ 0x3FB0 ]
|
/llvm-project/lldb/test/Shell/SymbolFile/Inputs/ |
H A D | a.yaml | 203 FunctionStarts: [ 0x3FB0 ]
|
/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
H A D | exports-trie-lc.test | 204 FunctionStarts: [ 0x3FB0 ]
|
H A D | atom-info.yaml | 177 FunctionStarts: [ 0x3FB8 ]
|
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
H A D | strip-stabs.yaml | 247 FunctionStarts: [ 0x370 ]
|
H A D | strip-all-with-codesignature.yaml | 360 FunctionStarts: [ 0xF30 ]
|
/llvm-project/llvm/test/tools/obj2yaml/MachO/ |
H A D | simple-exporttrie.yaml | 202 FunctionStarts: [ 0x3FB0 ]
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 31 StringTable.size() + FunctionStarts.size() + in isEmpty() 168 IO.mapOptional("FunctionStarts", LinkEditData.FunctionStarts); in mapping()
|
/llvm-project/clang/test/InstallAPI/ |
H A D | diagnostics-zippered.test | 435 FunctionStarts: [ 0x1090, 0x10A0, 0x10B0, 0x10C0 ] 749 FunctionStarts: [ 0x1050, 0x1058, 0x1060, 0x1068 ]
|
H A D | hiddens.test | 252 FunctionStarts: [ 0xBB8, 0xBC3 ]
|
H A D | symbol-flags.test | 282 FunctionStarts: [ 0xFB0, 0xFB4 ]
|
H A D | mismatching-objc-class-symbols.test | 263 FunctionStarts: [ 0x330 ]
|
H A D | diagnostics-cpp.test | 463 FunctionStarts: [ 0x10E8, 0x10F0 ]
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 366 auto FunctionStarts = Obj.getFunctionStarts(); in dumpFunctionStarts() local 367 for (auto Addr : FunctionStarts) in dumpFunctionStarts() 368 LEData.FunctionStarts.push_back(Addr); in dumpFunctionStarts()
|
/llvm-project/bolt/test/X86/MachO/Inputs/ |
H A D | external_symbol.yaml | 356 FunctionStarts: [ 0xF50 ]
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 285 uint64_t StartOfFunctionStarts = updateOffset(O.FunctionStarts.Data.size()); in layoutTail() 386 MLC.linkedit_data_command_data.datasize = O.FunctionStarts.Data.size(); in layoutTail()
|
/llvm-project/llvm/test/Object/Inputs/MachO/ |
H A D | rebase-bind-table-trailing-opcode.yaml | 394 FunctionStarts: [ 0x4000, 0x4004 ]
|
H A D | bind-negative-skip.yaml | 498 FunctionStarts: [ 0x3E58 ]
|
/llvm-project/clang/test/InstallAPI/Inputs/Zippered/ |
H A D | Zippered.yaml | 382 FunctionStarts: [ 0x1090, 0x10A0, 0x10B0, 0x10C0, 0x10D0, 0x10E0 ]
|
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/application_specific_info/ |
H A D | asi.yaml | 391 FunctionStarts: [ 0x3E50 ]
|
/llvm-project/lld/MachO/ |
H A D | OutputSegment.cpp | 153 .Case(section_names::functionStarts, -5) in sortOutputSections()
|
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/ |
H A D | linkedit-order-2.test | 323 FunctionStarts: [ 0x3F9C ]
|
H A D | linkedit-order-1.test | 491 FunctionStarts: [ 0x3F80 ]
|