OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:claimed_file
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c
32
struct
claimed_file
struct
38
struct
claimed_file
* next;
51
static struct
claimed_file
* first_claimed_file = NULL;
52
static struct
claimed_file
* last_claimed_file = NULL;
255
struct
claimed_file
*
claimed_file
;
local
379
claimed_file
= (struct
claimed_file
*) malloc(sizeof(struct
claimed_file
));
380
if (
claimed_file
== NULL
411
struct
claimed_file
*
claimed_file
;
local
[
all
...]
/external/llvm/tools/gold/
gold-plugin.cpp
71
struct
claimed_file
{
struct in namespace:__anon19585
100
claimed_file
*CommonFile = nullptr;
111
static std::list<
claimed_file
> Modules;
428
claimed_file
&cf = Modules.back();
565
getFunctionIndexForFile(
claimed_file
&F, ld_plugin_input_file &Info) {
596
getModuleForFile(LLVMContext &Context,
claimed_file
&F,
866
for (
claimed_file
&F : Modules) {
900
for (
claimed_file
&F : Modules) {
Completed in 84 milliseconds