OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coff_aux_weak_external
(Results
1 - 9
of
9
) sorted by null
/external/llvm/tools/obj2yaml/
coff2yaml.cpp
165
const object::
coff_aux_weak_external
*ObjWE) {
237
const object::
coff_aux_weak_external
*ObjWE =
238
reinterpret_cast<const object::
coff_aux_weak_external
*>(
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp
228
const object::
coff_aux_weak_external
*ObjWE) {
300
const object::
coff_aux_weak_external
*ObjWE =
301
reinterpret_cast<const object::
coff_aux_weak_external
*>(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
COFF.h
279
struct
coff_aux_weak_external
;
364
const
coff_aux_weak_external
*getWeakExternal() const {
368
return getAux<
coff_aux_weak_external
>();
500
struct
coff_aux_weak_external
{
struct in namespace:llvm::object
506
static_assert(sizeof(
coff_aux_weak_external
) == 18,
[
all
...]
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
663
const
coff_aux_weak_external
*awe;
664
error(coff->getAuxSymbol<
coff_aux_weak_external
>(SI + 1, awe));
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp
681
const
coff_aux_weak_external
*awe;
682
error(coff->getAuxSymbol<
coff_aux_weak_external
>(SI + 1, awe));
/external/llvm/include/llvm/Object/
COFF.h
479
struct
coff_aux_weak_external
{
struct in namespace:llvm::object
485
static_assert(sizeof(
coff_aux_weak_external
) == 18,
[
all
...]
/external/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
220
if (const
coff_aux_weak_external
*AWE = Symb.getWeakExternal()) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp
[
all
...]
Completed in 61 milliseconds