Home
last modified time | relevance | path

Searched refs:coff_aux_function_definition (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp144 const object::coff_aux_function_definition *ObjFD) { in dumpFunctionDefinition()
219 const object::coff_aux_function_definition *ObjFD = in dumpSymbols()
220 reinterpret_cast<const object::coff_aux_function_definition *>( in dumpSymbols()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DCOFF.h457 struct coff_aux_function_definition { struct
465 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1267 const coff_aux_function_definition *Aux; in printSymbol()